pgsql: doc: Clarify use of _ccnew and _ccold in REINDEX CONCURRENTLY - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: doc: Clarify use of _ccnew and _ccold in REINDEX CONCURRENTLY
Date
Msg-id E1uHFht-002Usd-0l@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Clarify use of _ccnew and _ccold in REINDEX CONCURRENTLY

Invalid indexes are suffixed with "_ccnew" or "_ccold".  The
documentation missed to mention the initial underscore.
ChooseRelationName() may also append an extra number if indexes with a
similar name already exist; let's add a note about that too.

Author: Alec Cozens <acozens@pixelpower.com>
Discussion: https://postgr.es/m/174733277404.1455388.11471370288789479593@wrigleys.postgresql.org
Backpatch-through: 13

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/54675d89863378b092c838a4e110551203d89b54

Modified Files
--------------
doc/src/sgml/ref/reindex.sgml | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: aio: Fix possible state confusions due to interrupt processing
Next
From: Tom Lane
Date:
Subject: pgsql: Fix back-patching of memset_s() fixes.