[pgpool-committers: 3498] pgpool: Disable strict aliasing	optimization.
    Tatsuo Ishii 
    ishii at postgresql.org
       
    Tue Sep 13 08:10:18 JST 2016
    
    
  
Disable strict aliasing optimization.
flatten_set_variable_args() was imported from PostgreSQL in Pgpool-II
3.5. To make the code work, a compiler flag "-fno-strict-aliasing" is
necessary (PostgreSQL does so). Unfortunately when the function was
imported, the compiler flag was not added. To fix this, configure.ac
was modified.
Per [pgpool-general: 4975].
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=b412da255932ec7af3c9ec92bec61b037a32ac31
Modified Files
--------------
configure    | 2 ++
configure.ac | 2 ++
2 files changed, 4 insertions(+)
    
    
More information about the pgpool-committers
mailing list