pgsql: Update comments about progress reporting by index_drop

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Update comments about progress reporting by index_drop
Date: 2019-10-18 10:30:17
Message-ID: E1iLPWT-0006yC-Pm@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update comments about progress reporting by index_drop

Michaël Paquier complained that index_drop is requesting progress
reporting for non-obvious reasons, so let's add a comment to explain
why.

Discussion: https://postgr.es/m/20191017010412.GH2602@paquier.xyz

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/029390a0909f5be74e3dd9bc1ad4dbf1506287d7

Modified Files
--------------
src/backend/catalog/index.c | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2019-10-18 12:50:03 pgsql: Fix typo
Previous Message Michael Paquier 2019-10-18 05:27:54 pgsql: Fix timeout handling in logical replication worker