pgsql: Fix typo in create_index.sql.

From: Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typo in create_index.sql.
Date: 2025-08-04 15:28:30
Message-ID: E1uix70-000itm-12@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typo in create_index.sql.

Introduced by 578b229718e.

Author: Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com>
Reviewed-by: Tender Wang <tndrwang(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAEZATCV_CzRSOPMf1gbHQ7xTmyrV6kE7ViCBD6B81WF7GfTAEA@mail.gmail.com
Backpatch-through: 13

Branch
------
REL_18_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/347b6a1fffc8a7f27e6cf380f00884c8871772a7

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

Browse pgsql-committers by date

  From Date Subject
Next Message Melanie Plageman 2025-08-04 19:09:42 pgsql: Minor test fixes in 035_standby_logical_decoding.pl
Previous Message Andrew Dunstan 2025-08-04 13:08:25 pgsql: Split func.sgml into more manageable pieces