]> granicus.if.org Git - postgresql/commit
deflist_to_tuplestore dumped core on an option with no value.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 13 Sep 2011 15:36:57 +0000 (11:36 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 13 Sep 2011 15:36:57 +0000 (11:36 -0400)
commitcac73320ef0f35304e2dcade0fe1d32c07cb765f
tree5ecf58149803a24109cd53b74731893d099d7cb6
parent4de174d4bfa8e162cf64fb9bf7393fea05b0dee7
deflist_to_tuplestore dumped core on an option with no value.

Make it return NULL for the option_value, instead.

Per report from Frank van Vugt.  Back-patch to 8.4 where this code was
added.
src/backend/foreign/foreign.c