Re: pgsql: In pg_upgrade, avoid dumping orphaned temporary tables. This ma

From: David Fetter <david(at)fetter(dot)org>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: In pg_upgrade, avoid dumping orphaned temporary tables. This ma
Date: 2011-08-16 13:33:26
Message-ID: 20110816133326.GA22294@fetter.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Any way to put David Byrne's name in here? He reported the bug and
sent a proposed fix.

Cheers,
David.
On Tue, Aug 16, 2011 at 02:40:19AM +0000, Bruce Momjian wrote:
> In pg_upgrade, avoid dumping orphaned temporary tables. This makes the
> pg_upgrade schema matching pattern match pg_dump/pg_dumpall.
>
> Fix for 9.0, 9.1, and 9.2.
>
> Branch
> ------
> master
>
> Details
> -------
> http://git.postgresql.org/pg/commitdiff/2411fbdac448045a23eebf4f0dbfd5790ebad720
>
> Modified Files
> --------------
> contrib/pg_upgrade/info.c | 4 +++-
> contrib/pg_upgrade/version_old_8_3.c | 14 +++++++++-----
> 2 files changed, 12 insertions(+), 6 deletions(-)
>
>
> --
> Sent via pgsql-committers mailing list (pgsql-committers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-committers

--
David Fetter <david(at)fetter(dot)org> http://fetter.org/
Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter
Skype: davidfetter XMPP: david(dot)fetter(at)gmail(dot)com
iCal: webcal://www.tripit.com/feed/ical/people/david74/tripit.ics

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2011-08-16 15:00:10 pgsql: Adjust total size in pg_basebackup progress report when reality
Previous Message Heikki Linnakangas 2011-08-16 09:24:13 pgsql: Fix bogus comment that claimed that the new BACKUP METHOD line i

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2011-08-16 13:43:06 Re: Re: Should we have an optional limit on the recursion depth of recursive CTEs?
Previous Message Robert Haas 2011-08-16 13:25:37 Re: pg_stat_replication vs StandbyReplyMessage