pgsql: Fix underspecified sort order in inherit.sql

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix underspecified sort order in inherit.sql
Date: 2023-04-08 05:37:59
Message-ID: E1pl1Gw-001zWp-5I@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix underspecified sort order in inherit.sql

Introduced in e056c557aef4.

Per buildfarm member prion.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2ed16aacf1af1e1a26bffb121a19d1ad5f5177f0

Modified Files
--------------
src/test/regress/expected/inherit.out | 9 ++++++---
src/test/regress/sql/inherit.sql | 9 ++++++---
2 files changed, 12 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2023-04-08 06:09:11 pgsql: Support invalidating replication slots due to horizon and wal_le
Previous Message Andres Freund 2023-04-08 05:35:04 pgsql: Prevent use of invalidated logical slot in CreateDecodingContext