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

From Michael Paquier
Subject pgsql: Fix typo in indexcmds.c
Date
Msg-id E1jEOG7-0003OK-SD@gemulon.postgresql.org
Whole thread Raw
List 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(-)


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.