pgsql: doc: Clarify use of _ccnew and _ccold in REINDEX CONCURRENTLY

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Clarify use of _ccnew and _ccold in REINDEX CONCURRENTLY
Date: 2025-05-20 05:40:05
Message-ID: E1uHFht-002Ush-0r@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(at)pixelpower(dot)com>
Discussion: https://postgr.es/m/174733277404.1455388.11471370288789479593@wrigleys.postgresql.org
Backpatch-through: 13

Branch
------
REL_16_STABLE

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2025-05-20 07:43:16 pgsql: Fix cross-version upgrade test failure
Previous Message Andres Freund 2025-05-20 01:08:41 pgsql: aio: Fix possible state confusions due to interrupt processing