Check panic or fatal error by using 'V' token if available.
authorTatsuo Ishii <ishii@sraoss.co.jp>
Fri, 14 Aug 2020 05:15:22 +0000 (14:15 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Fri, 14 Aug 2020 05:19:30 +0000 (14:19 +0900)
commit365ae98d71feb3a9536ebc701fd62088016ae184
tree38870eaa5fa4d7af798db33a6345788e4aebeb51
parent0f14c844c85008a4a5045f9a66c07f77f378d1b9
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.
src/protocol/pool_process_query.c