pgsql: Fix typo

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typo
Date: 2019-10-18 12:50:03
Message-ID: E1iLRhj-0007yc-MO@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/89403ed228583c80c608310e68020229818836e6

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 Fujii Masao 2019-10-18 13:25:51 pgsql: Make crash recovery ignore recovery_min_apply_delay setting.
Previous Message Alvaro Herrera 2019-10-18 10:30:17 pgsql: Update comments about progress reporting by index_drop