]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Defend against crash while processing Describe Statement or Describe Portal
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 14 Dec 2005 17:06:51 +0000 (17:06 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 14 Dec 2005 17:06:51 +0000 (17:06 +0000)
commit1200fc58a718406a4ab2e14061ddf144d9b03040
treec6a139fd95373ec9c397001640d819bd0fc68756
parentec8c876bdee1375d44a86c35df6124acecf42d4d
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