pgsql: Fix collation dependency in test introduced in 8586bf7ed8.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix collation dependency in test introduced in 8586bf7ed8.
Date: 2019-03-06 19:09:09
Message-ID: E1h1buf-0003yV-Gi@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2019-03-06 19:27:48 pgsql: Fix collation dependency in test introduced in 8586bf7ed8, take
Previous Message Alvaro Herrera 2019-03-06 18:03:44 Re: pgsql: tableam: introduce table AM infrastructure.