]> 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:45 +0000 (02:19 +0900)
commit78b1228efeb5d2615f7e844cb4fe8ad8ff335e29
tree9a326c0e37e79649ae8cfabf64fd709b0c5c8874
parent9c4b7ed13da24cdb2f977547546bb6be437d1974
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