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

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Jonathan Beit-Aharon <jbeitaharon(at)intrusic(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Patching dblink.c to avoid warning about open transaction
Date: 2005-09-23 21:39:15
Message-ID: 200509232139.j8NLdFW21624@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Tom Lane wrote:
> Jonathan Beit-Aharon <jbeitaharon(at)intrusic(dot)com> writes:
> > &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (!conn)<br>
> > &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DBLINK_CONN_NOT_AVAIL;<br>
>
> Could we see this in a less broken format?

Here is the patch in text format.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

Attachment Content-Type Size
unknown_filename text/plain 1.4 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2005-09-23 21:40:09 Re: 64-bit API for large objects
Previous Message Dann Corbit 2005-09-23 21:38:49 Re: [PERFORM] Releasing memory during External sorting?

Browse pgsql-patches by date

  From Date Subject
Next Message Alvaro Herrera 2005-09-24 02:53:10 Re: [HACKERS] Per-table freeze limit proposal
Previous Message Tom Lane 2005-09-23 21:31:37 Re: Patching dblink.c to avoid warning about open transaction