Re: pgsql: Fix connection leak in dblink when dblink_connect() or

From: Takahiro Itagaki <itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)jp>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Fix connection leak in dblink when dblink_connect() or
Date: 2010-06-10 00:48:51
Message-ID: 20100610094851.9884.52131E4D@oss.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers


Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> itagaki(at)postgresql(dot)org (Takahiro Itagaki) writes:
> > Log Message:
> > -----------
> > Fix connection leak in dblink when dblink_connect() or dblink_connect_u()
> > end with "duplicate connection name" errors.
>
> > Backported to release 7.4.
>
> The buildfarm says this patch broke 8.0 and 7.4.

My apologies for the careless commit.
I applied additional fixes for them.

Regards,
---
Takahiro Itagaki
NTT Open Source Software Center

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2010-06-10 01:26:30 pgsql: Quote all string values in EXPLAIN (FORMAT YAML) output.
Previous Message Takahiro Itagaki 2010-06-10 00:42:34 pgsql: Fix incorrect change in dblink introduced by the previous commit