Re: Fixing findDependentObjects()'s dependency on scan order (regressions in DROP diagnostic messages)
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Peter Geoghegan <pg@bowt.ie>
Cc: Alvaro Herrera <alvherre@2ndquadrant.com>,
PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2018-12-18T22:11:42Z
Lists: pgsql-hackers
Peter Geoghegan <pg@bowt.ie> writes: > On Tue, Dec 18, 2018 at 1:20 PM Alvaro Herrera <alvherre@2ndquadrant.com> wrote: >> I can reproduce the >> reported problem without your patch by using that flag. Here's a >> recipe: > Interesting. > Note that if the standard that we're going to hold a solution to here > is "must produce sane output with --ignore-system-indexes", then my > solution will not meet that standard. Do you mean "same" output, or "sane" output? I'd certainly expect the latter. I think though that Alvaro was just offering this as a way to poke at the posited bug in dependency.c without having to install your whole patch. regards, tom lane
Commits
-
Redesign the partition dependency mechanism.
- 1d92a0c9f7dd 12.0 landed
-
Fix trigger drop procedure
- cc126b45ea5c 11.2 landed
- cb90de1aac18 12.0 landed
-
Sort the dependent objects before recursing in findDependentObjects().
- f1ad067fc3ae 12.0 landed
-
Avoid sometimes printing both tables and their columns in DROP CASCADE.
- 9194c4270b28 12.0 landed