Re: pgsql: Fix broken pg_dump query.

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Fix broken pg_dump query.
Date: 2011-05-09 02:17:02
Message-ID: 201105090217.p492H2w09894@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Tom Lane wrote:
> Fix broken pg_dump query.
>
> The 8.4 branch failed when talking to 7.0 servers. Per testing requested
> by Bruce.

Thanks for finding this. I was suspicious I would miss something. What
happened is that we removed 7.0 pg_dump support in 9.0 and when I
backpatched the 9.1 fix to 8.4, I was missing the 7.0 change.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ It's impossible for everything to be true. +

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-05-09 04:00:02 pgsql: Add C comment about the fact that the autovacuum limit can go ba
Previous Message Tom Lane 2011-05-08 23:45:44 pgsql: Fix some portability issues in isolation regression test driver.