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

  1. Stabilize pg_dump output order for similarly-named triggers and policies.