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:15:22 +0000 (14:15 +0900)
commitc9c1f429d2dc3b51ef8302511da1552c005bd1cc
tree21f1ca67ec906509326130ce8987497ffe154641
parent689a8fccdee4e91fea0f5a79b5757032e9d7ce1e
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