Re: pg_upgrade loses security lables and COMMENTs on blobs

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: pg_upgrade loses security lables and COMMENTs on blobs
Date: 2017-03-03 15:08:18
Message-ID: 20170303150818.GR9812@tamriel.snowman.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce,

* Bruce Momjian (bruce(at)momjian(dot)us) wrote:
> On Thu, Feb 23, 2017 at 10:36:37AM -0500, Stephen Frost wrote:
> > * Stephen Frost (sfrost(at)snowman(dot)net) wrote:
> > > Just wanted to get a note out to -hackers about the issue, I'll see
> > > about getting a fix written up for it soon.
> >
> > Attached is a patch which addresses this issue. I'm not terribly
> > pleased with it, but I also haven't got any great ideas of what else to
> > do. Suggestions welcome, of course.
> >
> > Otherwise, I'll plan to start working on the back-branch changes for
> > this soon.
>
> Yeah, this is probably the best you can do. Your analysis of how we
> used to treat large objects is correct, and was never adjusted for the
> changes you outlined.

Great, thanks, I'll be pushing this to all the branches soon, still
testing.

Thanks again!

Stephen

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bernd Helmle 2017-03-03 16:13:06 Re: [patch] reorder tablespaces in basebackup tar stream for backup_label
Previous Message Stephen Frost 2017-03-03 15:07:41 Re: logical replication access control patches