Re: segfault using pg_options_to_table(), v9.0.4 - Mailing list pgsql-bugs

From Tom Lane
Subject Re: segfault using pg_options_to_table(), v9.0.4
Date
Msg-id 6233.1315926679@sss.pgh.pa.us
Whole thread Raw
In response to segfault using pg_options_to_table(), v9.0.4  (Frank van Vugt <ftm.van.vugt@foxi.nl>)
List pgsql-bugs
Frank van Vugt <ftm.van.vugt@foxi.nl> writes:
> postgres=# select pg_options_to_table(ARRAY['article']);
> --3262-2011-09-13 14:28:18 CESTLOG:  server process (PID 7427) was terminated
> by signal 11: Segmentation fault

Looks like deflist_to_tuplestore fails to handle the case where an
option has no value.  Will fix, thanks.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Merlin Moncure
Date:
Subject: Re: [GENERAL] Problem with the 9.1 one-click installer Windows7 64bit
Next
From: Robert Haas
Date:
Subject: Re: Dropped index on table preventing rule creation