pgsql: Fix typo - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Fix typo
Date
Msg-id E1iLRhj-0007yg-NG@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix typo

Apparently while this code was being developed,
ReindexRelationConcurrently operated on multiple relations.  The version
that was ultimately pushed doesn't, so this comment's use of plural is
inaccurate.

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/954b9c195999d4b891e1ece656e878f2c4f876ce

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


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Update comments about progress reporting by index_drop
Next
From: Fujii Masao
Date:
Subject: pgsql: Make crash recovery ignore recovery_min_apply_delay setting.