pgsql: doc: Mention validation attempt during ALTER INDEX .. ATTACH PAR - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: doc: Mention validation attempt during ALTER INDEX .. ATTACH PAR
Date
Msg-id E1wIfDc-003Xy7-0G@gemulon.postgresql.org
Whole thread
List pgsql-committers
doc: Mention validation attempt during ALTER INDEX .. ATTACH PARTITION

Since 9d3e094f12, the command tries to validate the parent index of the
named index, if invalid.  The documentation did not mention this
behavior, which could be confusing.

Author: Mohamed ALi <moali.pg@gmail.com>
Discussion: https://postgr.es/m/CAGnOmWpHu25_LpT=zv7KtetQhqV1QEZzFYLd_TDyOLu1Od9fpw@mail.gmail.com
Backpatch-through: 14

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0916282a0606fb788634738bab5b9f0bbde2aa08

Modified Files
--------------
doc/src/sgml/ref/alter_index.sgml | 5 +++++
1 file changed, 5 insertions(+)


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: Avoid blocking indefinitely while finishing walsender shutdown
Next
From: Amit Kapila
Date:
Subject: pgsql: Fix BF failure introduced in commit 2bf6c9ff71.