Re: [BUGS] Dropped index on table preventing rule creation

2011-09-13 Thread Tom Lane
Robert Haas writes: > On Sep 10, 2011, at 11:26 PM, Tom Lane wrote: >> (IOW, rather than "fix" this I'd prefer to rip out the code altogether. >> But maybe we should wait a couple more years for that.) > IIRC, it's not dead code. I think you can still generate such a dump if you > use CREATE OR

Re: [BUGS] Dropped index on table preventing rule creation

2011-09-13 Thread Robert Haas
On Sep 10, 2011, at 11:26 PM, Tom Lane wrote: > Thom Brown writes: >> I don't use rules, but in a bit of experimentation on Git master, I >> discovered the following behaviour: > >> CREATE TABLE test1 (id serial primary key, things text); >> CREATE TABLE test2 (id serial primary key, things text

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,

Re: [BUGS] [GENERAL] Problem with the 9.1 one-click installer Windows7 64bit

2011-09-13 Thread Merlin Moncure
On Tue, Sep 13, 2011 at 1:44 AM, Thomas Kellerer wrote: > Merlin Moncure, 12.09.2011 21:28: >>> >>> With the second attempt, the installer again hang during initdb. Checking >>> the state using ProcessExplorer I could see that the installer script was >>> waiting for icacls.exe to set permissions

[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();