Re: [PATCH] Sort policies and triggers by table name in pg_dump. - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: [PATCH] Sort policies and triggers by table name in pg_dump.
Date
Msg-id 20190925071543.GK1815@paquier.xyz
Whole thread Raw
In response to Re: [PATCH] Sort policies and triggers by table name in pg_dump.  (Benjie Gillam <benjie@jemjie.com>)
Responses Re: [PATCH] Sort policies and triggers by table name in pg_dump.
List 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

Attachment

pgsql-hackers by date:

Previous
From: Kyotaro Horiguchi
Date:
Subject: Re: PATCH: standby crashed when replay block which truncated instandby but failed to truncate in master node
Next
From: Benjie Gillam
Date:
Subject: Re: [PATCH] Sort policies and triggers by table name in pg_dump.