pgsql: Fix typo in indexcmds.c - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix typo in indexcmds.c
Date
Msg-id E1jEOG7-0003OL-Sv@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix typo in indexcmds.c

Introduced by 61d7c7b.

Backpatch-through: 12

Branch
------
REL_12_STABLE

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

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


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: pgsql: Revert "initdb: Change authentication defaults"
Next
From: Amit Kapila
Date:
Subject: pgsql: Add missing errcode() in a few ereport calls.