Re: Slightly bogus regression test for contrib/dblink

From: Joe Conway <mail(at)joeconway(dot)com>
To: Joe Conway <mail(at)joeconway(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org, remi_zara(at)mac(dot)com
Subject: Re: Slightly bogus regression test for contrib/dblink
Date: 2006-06-20 20:59:57
Message-ID: 449861CD.10007@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Joe Conway wrote:
>
> ...the "BEGIN" statement returned successfully as usual, but for some
> reason left (PQtransactionStatus(conn) != PQTRANS_IDLE), causing
> dblink_open() to start a transaction and later complete it on line 454.
>

Oops, I meant "... some reason left (PQtransactionStatus(conn) ==
PQTRANS_IDLE), causing ..."

Joe

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2006-06-20 21:32:49 trivial DoS on char recoding
Previous Message Joe Conway 2006-06-20 20:43:52 Re: Slightly bogus regression test for contrib/dblink