]> 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:19:14 +0000 (02:19 +0900)
commit6da740e72ebfe22cb2a40bf9ebd775531a2294a6
treeac5dc7c3109f8b2182a809b2d5a17e249d578bae
parent643cad19346bc7d6e16663ee9ff6f7a6ef009d93
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