Re: [HACKERS] Patching dblink.c to avoid warning about open transaction

2005-09-28 Thread Jonathan Beit-Aharon
Joe Conway wrote: Bruce Momjian wrote: [ Joe, would you review this? ] Your patch has been added to the PostgreSQL unapplied patches list at: http://momjian.postgresql.org/cgi-bin/pgpatches It will be applied as soon as one of the PostgreSQL committers reviews and approves it. The pa

[HACKERS] Patching dblink.c to avoid warning about open transaction

2005-09-23 Thread Jonathan Beit-Aharon
Hi, I'm not a member of this list (yet), so please CC me on responses and discussion. The patch below seems to be completion of work already started, because the boolean remoteTrFlag was already defined, and all I had to add was its setting and two references. I hope someone will find it us

[HACKERS] pg_autovacuum startup from /etc/rc fails after system crash

2005-09-22 Thread Jonathan Beit-Aharon
Hi, I'm not a member of this list, so please CC me on responses and discussion. After a system crash PostgreSQL startup is slow as the database recovers.  So the db_connect() call from pg_autovacuum terminates as soon as it tries to connect to "template1". Looking at the README file, I find t