pgsql: deflist_to_tuplestore dumped core on an option with no value. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: deflist_to_tuplestore dumped core on an option with no value.
Date
Msg-id E1R3V3H-00053q-F2@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/cac73320ef0f35304e2dcade0fe1d32c07cb765f

Modified Files
--------------
src/backend/foreign/foreign.c |   14 ++++++++++++--
1 files changed, 12 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Propagate with_system_tzdata setting into initdb build.
Next
From: Tom Lane
Date:
Subject: pgsql: deflist_to_tuplestore dumped core on an option with no value.