pgsql: Tweak regression test of pg_walinspect to be less collation-sens - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Tweak regression test of pg_walinspect to be less collation-sens
Date
Msg-id E1pcfHd-003lhC-Fa@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Tweak regression test of pg_walinspect to be less collation-sensitive

\dx was used on pg_walinspect to list its objects in 1.0 but the names
of the objects in this version do not have an order that is always
guaranteed depending on the collation used.  Rather than append a
COLLATE clause in the query of \dx, this tweaks the regression test to
produce an output whose order is guaranteed.

Reported-by: Andres Freund
Author: Bharath Rupireddy
Discussion: https://postgr.es/m/20230314215440.gma7g4keswdnldj5@awork3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e643a315fc58deae20877e2e69358c95087fa09a

Modified Files
--------------
contrib/pg_walinspect/expected/oldextversions.out | 12 ++++++++----
contrib/pg_walinspect/sql/oldextversions.sql      |  9 +++++++--
2 files changed, 15 insertions(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Add .gitignore to ldap_password_func
Next
From: Michael Paquier
Date:
Subject: pgsql: Remove PgStat_BackendFunctionEntry