[pgpool-committers: 6961] pgpool: Check panic or fatal error by using 'V' token if available.
Tatsuo Ishii
ishii at sraoss.co.jp
Fri Aug 14 14:19:59 JST 2020
Check panic or fatal error by using 'V' token if available.
To identify panic or fatal message in is_panic_or_fatal_error(), 'S'
token was used. However 'S' could be localized and simply comparing
"PANIC" or "FATAL" with the message may not work. Instead 'V' should be
used if possible because it's not localized.
Branch
------
V3_5_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=4b35c0cdc23e4b22700a850d536f9b16f34735f2
Modified Files
--------------
src/protocol/pool_process_query.c | 4 ++++
1 file changed, 4 insertions(+)
More information about the pgpool-committers
mailing list