Re: [PATCH] Sort policies and triggers by table name in pg_dump.
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Benjie Gillam <benjie@jemjie.com>
Cc: pgsql-hackers@postgresql.org
Date: 2019-09-25T07:15:43Z
Lists: pgsql-hackers
On Tue, Sep 24, 2019 at 08:48:33AM +0100, Benjie Gillam wrote: > Here we create two identically named triggers and two identically > named policies on tables foo and bar. If instead we ran these > statements in a different order (or if the object IDs were to wrap) > the order of the pg_dump would be different even though the > databases are identical other than object IDs. The attached > patch eliminates this difference. Thanks. Perhaps you could add your patch to the next commit fest then at https://commitfest.postgresql.org/25/? This way, your patch gains more visibility for potential reviews. Another key thing to remember is that one patch authored requires one other patch of equal difficulty to be reviewed. -- Michael
Commits
-
Stabilize pg_dump output order for similarly-named triggers and policies.
- ee8b95f2684a 10.11 landed
- da5cd7a68a33 9.4.25 landed
- ca27a84c98f0 12.1 landed
- 74d32ee704eb 9.5.20 landed
- 648f17879e61 9.6.16 landed
- 5102f39440f7 13.0 landed
- 078f5bc8e307 11.6 landed