pgsql: Fix typo in indexcmds.c

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typo in indexcmds.c
Date: 2020-03-18 02:16:39
Message-ID: E1jEOG7-0003OK-SD@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typo in indexcmds.c

Introduced by 61d7c7b.

Backpatch-through: 12

Branch
------
master

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

Modified Files
--------------
src/backend/commands/indexcmds.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2020-03-18 04:54:14 pgsql: Add missing errcode() in a few ereport calls.
Previous Message Michael Paquier 2020-03-18 01:59:48 Re: pgsql: Revert "initdb: Change authentication defaults"