Re: pgsql: Fix broken pg_dump query. - Mailing list pgsql-committers

From Bruce Momjian
Subject Re: pgsql: Fix broken pg_dump query.
Date
Msg-id 201105090217.p492H2w09894@momjian.us
Whole thread Raw
In response to pgsql: Fix broken pg_dump query.  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

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

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix some portability issues in isolation regression test driver.
Next
From: Bruce Momjian
Date:
Subject: pgsql: Add C comment about the fact that the autovacuum limit can go ba