]> granicus.if.org Git - postgresql/commit
Fix segmentation fault that an empty prepared statement could cause.
authorFujii Masao <fujii@postgresql.org>
Thu, 4 Sep 2014 17:17:57 +0000 (02:17 +0900)
committerFujii Masao <fujii@postgresql.org>
Thu, 4 Sep 2014 17:17:57 +0000 (02:17 +0900)
commita73c9dbab0165b3395dfe8a44a7dfd16166963c4
tree6a2016ec9da97f0b58b75bf2085c1189adeef188
parentd8d4965dc29263462932be03d4206aa694e2cd7e
Fix segmentation fault that an empty prepared statement could cause.

Back-patch to all supported branches.

Per bug #11335 from Haruka Takatsuka
src/backend/tcop/utility.c