]> 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:29 +0000 (02:19 +0900)
commit52eed3d4267faf671dae0450d99982cb9ba1ac52
tree39040c3b1d8bbe595b62718823366bea2bd0fb17
parent3eb02dc045cc098563dc5fcd1ee073da254a7fbf
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