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

Поиск
Список
Период
Сортировка
От Joe Conway
Тема Re: [HACKERS] Patching dblink.c to avoid warning about
Дата
Msg-id 4347CB5D.70204@joeconway.com
обсуждение исходный текст
Ответы Re: [HACKERS] Patching dblink.c to avoid warning about open  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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

В списке pgsql-patches по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [BUGS] BUG #1927: incorrect timestamp returned
Следующее
От: "Magnus Hagander"
Дата:
Сообщение: Re: [HACKERS] Kerberos brokenness and oops question in 8.1beta2