]> 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:53 +0000 (11:36 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 13 Sep 2011 15:36:53 +0000 (11:36 -0400)
commit663bee0d5c1e3ff2380377c7894499ae91eabd87
treea174317bba28f3cc57f7c9a08cf7d8d3f3bf9582
parent1f43001424a9da624a89b213d0be606a8212a50a
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