Defend against crash while processing Describe Statement or Describe Portal
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 14 Dec 2005 17:07:00 +0000 (17:07 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 14 Dec 2005 17:07:00 +0000 (17:07 +0000)
commitb99d8724d22204c37e6826d66aad6b3882c6512c
treee69b2458ac4d3adb11599c8004dcc8197dd3d011
parent9c047b82c1cb69489fea6f3e1c9a35935a1ee64d
Defend against crash while processing Describe Statement or Describe Portal
messages, when client attempts to execute these outside a transaction (start
one) or in a failed transaction (reject message, except for COMMIT/ROLLBACK
statements which we can handle).  Per report from Francisco Figueiredo Jr.
src/backend/commands/prepare.c
src/backend/tcop/postgres.c
src/include/commands/prepare.h