pgsql: Ensure unlinking of old index file with REINDEX (TABLESPACE) - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Ensure unlinking of old index file with REINDEX (TABLESPACE)
Date
Msg-id E1l7Zp7-0005Dp-QV@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Ensure unlinking of old index file with REINDEX (TABLESPACE)

The original versions of the patch included this part, but a mismerge
from my side has made this piece go missing.  Oversight in c5b28604.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5128483d064038702f535aced2cbaa43256db214

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


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Clarify comment in tablesync.c
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Refactor Windows error message for easier translation