Fix hang up and SEGV if Parse message contains a warning statement.
authorYoshiyuki Asaba <y-asaba at pgfoundry.org>
Wed, 25 Jul 2007 06:42:40 +0000 (06:42 +0000)
committerYoshiyuki Asaba <y-asaba at pgfoundry.org>
Wed, 25 Jul 2007 06:42:40 +0000 (06:42 +0000)
commit545a05a3d282d507b22fbffe07eefd9353058859
treefee8511ef08b14ebf6d39cd5dcf4ccc13f4b92ca
parent27ddc1b744f139f9ef9e698e1d2eef5b2999a5df
Fix hang up and SEGV if Parse message contains a warning statement.

  SELECT '\'';
  WARNING:  nonstandard use of \' in a string literal

If pgpool receives a warning message that is NoticeMessage('N') under
the extended query protocol, it reads a next message.
pool_process_query.c