pgsql: Fix collation dependency in test introduced in 8586bf7ed8. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Fix collation dependency in test introduced in 8586bf7ed8.
Date
Msg-id E1h1buf-0003yV-Gi@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix collation dependency in test introduced in 8586bf7ed8.

Per buildfarm.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/836f634522d2f07efdec2f41d63b582aac95e546

Modified Files
--------------
src/test/regress/expected/create_am.out | 4 ++--
src/test/regress/sql/create_am.sql      | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: tableam: introduce table AM infrastructure.
Next
From: Andres Freund
Date:
Subject: pgsql: Fix collation dependency in test introduced in 8586bf7ed8,take