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