Re: cannot restore schema with is not distinct from on hstore sincePG 9.6.8 - Mailing list pgsql-hackers

From David G. Johnston
Subject Re: cannot restore schema with is not distinct from on hstore sincePG 9.6.8
Date
Msg-id CAKFQuwYAY3hV9yE3D9SiaSfM9JJBu9DFOh0y3C6ZKE1s2OSY8w@mail.gmail.com
Whole thread Raw
In response to Re: cannot restore schema with is not distinct from on hstore since PG 9.6.8  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: cannot restore schema with is not distinct from on hstore since PG 9.6.8  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Fri, Jul 13, 2018 at 1:54 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
So this is all pretty messy, but on the bright side, fixing it would allow
cleaning up some ancient squishy coding in ruleutils.c.  It wouldn't be
controversial as just a v12 addition, perhaps ... but do we have a choice
about back-patching?  Dump/restore failures are not good.

I think serious consideration needs to be given to ways to allow the user of pg_dump/pg_restore to choose the prior, less secure, mode of operation​.

IMO the risk surface presented to support back-patching the behavioral changes was not severe enough to do so in the first place.  I'm presuming undoing the back-patch will be shot down without mercy but at least consider an escape hatch for unafflicted secure systems that just happen to depend on search_path more than a super-hardened system would.

David J.

pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: partition pruning doesn't work with IS NULL clause in multikeyrange partition case
Next
From: "David G. Johnston"
Date:
Subject: Re: pgsql: Fix parallel index and index-only scans to fall back to serial.