deflist_to_tuplestore dumped core on an option with no value.
authorTom Lane <[email protected]>
Tue, 13 Sep 2011 15:37:03 +0000 (11:37 -0400)
committerTom Lane <[email protected]>
Tue, 13 Sep 2011 15:37:03 +0000 (11:37 -0400)
commit5d68fe14fcc6012cd9e7178422d37cb88cb17196
tree074f4f93033efa7f7ee26d50916f4c3b46d3eead
parentc10d1de4191710cf459873a373e54ffd4e49acb3
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