Re: [PATCH] Sort policies and triggers by table name in pg_dump.
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Benjie Gillam <benjie@jemjie.com>
Cc: Michael Paquier <michael@paquier.xyz>, pgsql-hackers@postgresql.org
Date: 2019-11-04T21:26:38Z
Lists: pgsql-hackers
Benjie Gillam <benjie@jemjie.com> writes: >> Your patch has two warnings because you are trying to map a policy >> info pointer to a trigger info pointer: > Ah, thank you for the pointer (aha); I've attached an updated patch > that addresses this copy/paste issue. LGTM, pushed (with a bit of extra polishing of comments). regards, tom lane
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