pgsql: Ensure unlinking of old index file with REINDEX (TABLESPACE)

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Ensure unlinking of old index file with REINDEX (TABLESPACE)
Date: 2021-02-04 08:17:09
Message-ID: E1l7Zp7-0005Dp-QV@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2021-02-04 12:40:28 pgsql: Refactor Windows error message for easier translation
Previous Message Michael Paquier 2021-02-04 07:07:21 pgsql: Clarify comment in tablesync.c