pgsql: Fix ORDER BY clause in new regression test of REINDEX CONCURRENT

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix ORDER BY clause in new regression test of REINDEX CONCURRENT
Date: 2021-02-10 08:01:16
Message-ID: E1l9kR2-0006er-Ek@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix ORDER BY clause in new regression test of REINDEX CONCURRENTLY

Oversight in bd12080.

Reported-by: Justin Pryzby
Discussion: https://postgr.es/m/20210210065805.GG20012@telsasoft.com
Backpatch-through: 12

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/5b2945ec0a39959962072c39d1817d0fdf23d486

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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2021-02-10 10:44:31 pgsql: Fix lack of message pluralization
Previous Message Michael Paquier 2021-02-10 06:29:13 pgsql: Simplify code related to compilation of SSL and OpenSSL