Re: [BUGS] segfault using pg_options_to_table(), v9.0.4

2011-09-13 Thread Tom Lane
Frank van Vugt 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,

[BUGS] segfault using pg_options_to_table(), v9.0.4

2011-09-13 Thread Frank van Vugt
Hi, Reading up on the release notes of v9.1 I noticed an 'add documentation for pg_options_to_table()'. Since I didn't know of this function yet and the entry implied that it would be there in earlier versions, I was tempted to try in our current version: postgres=# select version();