]> granicus.if.org Git - postgresql/commit
Defend against crash while processing Describe Statement or Describe Portal
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 14 Dec 2005 17:06:37 +0000 (17:06 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 14 Dec 2005 17:06:37 +0000 (17:06 +0000)
commitba7fd49de5e32485c343187446fdd8cf656471c8
treef56621b01f2f0f21bdb1c6949c3d00761f492672
parent599e225c114d74eaf4b5d24190abbb4962948073
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