[pgpool-committers: 3499] 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
------
V3_5_STABLE
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=1c9958045ec68a1f5441d52b82c08994d62d9100
Modified Files
--------------
configure    | 2 ++
configure.ac | 2 ++
2 files changed, 4 insertions(+)
    
    
More information about the pgpool-committers
mailing list