Re: pgsql: Refactor code in tablecmds.c to check and process tablespace mov - Mailing list pgsql-committers

From Michael Paquier
Subject Re: pgsql: Refactor code in tablecmds.c to check and process tablespace mov
Date
Msg-id YBOXna5PZ6xe+gEo@paquier.xyz
Whole thread Raw
In response to Re: pgsql: Refactor code in tablecmds.c to check and process tablespace mov  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
List pgsql-committers
On Thu, Jan 28, 2021 at 10:56:29AM -0300, Alvaro Herrera wrote:
> Yep, seems OK to me, assuming that, as you say, you'll update the
> comments again when they are used to handle the concurrent cases.

That's the idea.  I need first to look in depth at what's proposed on
the other thread for REINDEX, but I see no reason why the case of
REINDEX CONCURRENTLY would not be able to use this stuff.  Applied
this part for now.  Thanks.
--
Michael

Attachment

pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Adjust comments of CheckRelationTableSpaceMove() and SetRelation
Next
From: Michael Paquier
Date:
Subject: pgsql: doc: Improve wording of section for repslot statistics