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

Lists: pgsql-committerspgsql-hackers
From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: In pg_upgrade, avoid dumping orphaned temporary tables. This ma
Date: 2011-08-16 02:40:19
Message-ID: E1Qt9Zj-0007OE-Uf@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers pgsql-hackers

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(-)


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
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


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

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

Do we report the reporter's name in commit messages? I can do that if
others are doing it. I don't think I can put it in now.

---------------------------------------------------------------------------

>
> 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

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

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


From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: David Fetter <david(at)fetter(dot)org>, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: In pg_upgrade, avoid dumping orphaned temporary tables. This ma
Date: 2011-08-17 02:24:59
Message-ID: CA+TgmoYJ1U3-WiS2w-d9nkE6zUjOzB7qq6YarzWDAZCHxv9vvQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers pgsql-hackers

On Tue, Aug 16, 2011 at 10:17 PM, Bruce Momjian <bruce(at)momjian(dot)us> wrote:
> David Fetter wrote:
>> Any way to put David Byrne's name in here?  He reported the bug and
>> sent a proposed fix.
>
> Do we report the reporter's name in commit messages?

I usually do; Tom, too, I think.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: David Fetter <david(at)fetter(dot)org>, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: In pg_upgrade, avoid dumping orphaned temporary tables. This ma
Date: 2011-08-17 04:09:54
Message-ID: 201108170409.p7H49tj16091@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers pgsql-hackers

Robert Haas wrote:
> On Tue, Aug 16, 2011 at 10:17 PM, Bruce Momjian <bruce(at)momjian(dot)us> wrote:
> > David Fetter wrote:
> >> Any way to put David Byrne's name in here? ?He reported the bug and
> >> sent a proposed fix.
> >
> > Do we report the reporter's name in commit messages?
>
> I usually do; Tom, too, I think.

OK.

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

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


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-17 05:13:50
Message-ID: 20110817051350.GA9084@fetter.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers pgsql-hackers

On Tue, Aug 16, 2011 at 10:17:21PM -0400, Bruce Momjian wrote:
> David Fetter wrote:
> > Any way to put David Byrne's name in here? He reported the bug and
> > sent a proposed fix.
>
> Do we report the reporter's name in commit messages? I can do that if
> others are doing it. I don't think I can put it in now.

He didn't just report the bug. He sent patches to fix it, even if you
didn't base yours off his, so here's yours truly agitating to get him
credit :)

Cheers,
David.
--
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


From: Thom Brown <thom(at)linux(dot)com>
To: David Fetter <david(at)fetter(dot)org>
Cc: Bruce Momjian <bruce(at)momjian(dot)us>, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: In pg_upgrade, avoid dumping orphaned temporary tables. This ma
Date: 2011-08-17 15:40:26
Message-ID: CAA-aLv5SfTX7B6AopqORQsgfxXiNCpHLDpHfZM_4szucmqCBBw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers pgsql-hackers

On 17 August 2011 06:13, David Fetter <david(at)fetter(dot)org> wrote:

> On Tue, Aug 16, 2011 at 10:17:21PM -0400, Bruce Momjian wrote:
> > David Fetter wrote:
> > > Any way to put David Byrne's name in here? He reported the bug and
> > > sent a proposed fix.
> >
> > Do we report the reporter's name in commit messages? I can do that if
> > others are doing it. I don't think I can put it in now.
>
> He didn't just report the bug. He sent patches to fix it, even if you
> didn't base yours off his, so here's yours truly agitating to get him
> credit :)
>

Can this now be removed as a beta-blocker?

--
Thom Brown
Twitter: @darkixion
IRC (freenode): dark_ixion
Registered Linux user: #516935

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


From: David Fetter <david(at)fetter(dot)org>
To: Thom Brown <thom(at)linux(dot)com>
Cc: Bruce Momjian <bruce(at)momjian(dot)us>, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: In pg_upgrade, avoid dumping orphaned temporary tables. This ma
Date: 2011-08-17 16:02:41
Message-ID: 20110817160240.GB22870@fetter.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers pgsql-hackers

On Wed, Aug 17, 2011 at 04:40:26PM +0100, Thom Brown wrote:
> On 17 August 2011 06:13, David Fetter <david(at)fetter(dot)org> wrote:
>
> > On Tue, Aug 16, 2011 at 10:17:21PM -0400, Bruce Momjian wrote:
> > > David Fetter wrote:
> > > > Any way to put David Byrne's name in here? He reported the bug and
> > > > sent a proposed fix.
> > >
> > > Do we report the reporter's name in commit messages? I can do that if
> > > others are doing it. I don't think I can put it in now.
> >
> > He didn't just report the bug. He sent patches to fix it, even if you
> > didn't base yours off his, so here's yours truly agitating to get him
> > credit :)
>
> Can this now be removed as a beta-blocker?

I'm missing some context. Is there a URL associated with this
blockage?

Cheers,
David.
--
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


From: Thom Brown <thom(at)linux(dot)com>
To: David Fetter <david(at)fetter(dot)org>
Cc: Bruce Momjian <bruce(at)momjian(dot)us>, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: In pg_upgrade, avoid dumping orphaned temporary tables. This ma
Date: 2011-08-17 16:12:49
Message-ID: CAA-aLv6FaYamkMsux5xC4Avzy3YyupKkdccHhweN3jEuMnkZaw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers pgsql-hackers

On 17 August 2011 17:02, David Fetter <david(at)fetter(dot)org> wrote:

> On Wed, Aug 17, 2011 at 04:40:26PM +0100, Thom Brown wrote:
> > On 17 August 2011 06:13, David Fetter <david(at)fetter(dot)org> wrote:
> >
> > > On Tue, Aug 16, 2011 at 10:17:21PM -0400, Bruce Momjian wrote:
> > > > David Fetter wrote:
> > > > > Any way to put David Byrne's name in here? He reported the bug and
> > > > > sent a proposed fix.
> > > >
> > > > Do we report the reporter's name in commit messages? I can do that
> if
> > > > others are doing it. I don't think I can put it in now.
> > >
> > > He didn't just report the bug. He sent patches to fix it, even if you
> > > didn't base yours off his, so here's yours truly agitating to get him
> > > credit :)
> >
> > Can this now be removed as a beta-blocker?
>
> I'm missing some context. Is there a URL associated with this
> blockage?

Sure, it's generally tracked on the wiki:
http://wiki.postgresql.org/wiki/PostgreSQL_9.1_Open_Items

--
Thom Brown
Twitter: @darkixion
IRC (freenode): dark_ixion
Registered Linux user: #516935

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


From: David Fetter <david(at)fetter(dot)org>
To: Thom Brown <thom(at)linux(dot)com>
Cc: Bruce Momjian <bruce(at)momjian(dot)us>, PG Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [COMMITTERS] pgsql: In pg_upgrade, avoid dumping orphaned temporary tables. This ma
Date: 2011-08-17 16:31:14
Message-ID: 20110817163114.GC22870@fetter.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers pgsql-hackers

On Wed, Aug 17, 2011 at 05:12:49PM +0100, Thom Brown wrote:
> On 17 August 2011 17:02, David Fetter <david(at)fetter(dot)org> wrote:
>
> > On Wed, Aug 17, 2011 at 04:40:26PM +0100, Thom Brown wrote:
> > > On 17 August 2011 06:13, David Fetter <david(at)fetter(dot)org> wrote:
> > >
> > > > On Tue, Aug 16, 2011 at 10:17:21PM -0400, Bruce Momjian wrote:
> > > > > David Fetter wrote:
> > > > > > Any way to put David Byrne's name in here? He reported the bug and
> > > > > > sent a proposed fix.
> > > > >
> > > > > Do we report the reporter's name in commit messages? I can do that
> > if
> > > > > others are doing it. I don't think I can put it in now.
> > > >
> > > > He didn't just report the bug. He sent patches to fix it, even if you
> > > > didn't base yours off his, so here's yours truly agitating to get him
> > > > credit :)
> > >
> > > Can this now be removed as a beta-blocker?
> >
> > I'm missing some context. Is there a URL associated with this
> > blockage?
>
>
> Sure, it's generally tracked on the wiki:
> http://wiki.postgresql.org/wiki/PostgreSQL_9.1_Open_Items

OK, that's probably moving to "resolved issues."

By the way, the wiki is now tracking bugs. We have a bug tracker, and
it's that. At some point in the very, very near future, we will have
to make some painful decisions about whether we continue with /ad hoc/
bug tracking such as, "It's on the wiki, somewhere, if everybody
remembers to put it there" vs. more formal systems, the details of
which are TBB*.

Cheers,
David.

* To Be Bikeshedded
--
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


From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: David Fetter <david(at)fetter(dot)org>
Cc: Thom Brown <thom(at)linux(dot)com>, Bruce Momjian <bruce(at)momjian(dot)us>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Re: [COMMITTERS] pgsql: In pg_upgrade, avoid dumping orphaned temporary tables. This ma
Date: 2011-08-17 17:52:00
Message-ID: 1313603443-sup-1239@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers pgsql-hackers

Excerpts from David Fetter's message of mié ago 17 12:31:14 -0400 2011:

> By the way, the wiki is now tracking bugs. We have a bug tracker, and
> it's that.

Yeah, but only during each release's last mile. Also consider that
any bug found to exist on older releases is not normally added to the
list of blockers.

--
Álvaro Herrera <alvherre(at)commandprompt(dot)com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support