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

From: Joe Conway <mail(at)joeconway(dot)com>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, David Fetter <david(at)fetter(dot)org>, Jonathan Beit-Aharon <jbeitaharon(at)intrusic(dot)com>
Subject: Re: [HACKERS] Patching dblink.c to avoid warning about
Date: 2005-10-08 13:36:29
Message-ID: 4347CB5D.70204@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Bruce Momjian wrote:
> There was also a problem in that if two cursors were opened, the first
> close would close the transaction. I have fixed that code by changing
> the xact variable in to a counter that keeps track of the number of
> opened cursors and commits only when they are all closed.
>
> Both the dblink.c patch and the regression patch are at:
>
> ftp://candle.pha.pa.us/pub/postgresql/mypatches
>

OK, I'll take a look, but I won't have time for a couple of days (I'm
not at home -- visiting my dad for his 80th birthday -- and have no
broadband access).

Joe

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Magnus Hagander 2005-10-08 15:09:36 Re: [HACKERS] Kerberos brokenness and oops question in 8.1beta2
Previous Message Bruce Momjian 2005-10-08 03:06:47 Re: [BUGS] BUG #1927: incorrect timestamp returned