Re: define PG_REPLSLOT_DIR
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>
Cc: Bertrand Drouvot <bertranddrouvot.pg@gmail.com>, pgsql-hackers@lists.postgresql.org
Date: 2024-08-20T08:41:48Z
Lists: pgsql-hackers
On Tue, Aug 20, 2024 at 11:10:46AM +0530, Ashutosh Bapat wrote: > Since these are all related changes, doing them at once might make it > faster. You may use multiple commits (one for each change) Doing multiple commits with individual definitions for each path would be the way to go for me. All that is mechanical, still that feels slightly cleaner. > to "contain" errors. I am not sure what you mean by that. -- Michael
Commits
-
Define PG_TBLSPC_DIR for path pg_tblspc/ in data folder
- c7cd2d6ed082 18.0 landed
-
Define PG_LOGICAL_DIR for path pg_logical/ in data folder
- c39afc38cfec 18.0 landed
-
Define PG_REPLSLOT_DIR for path pg_replslot/ in data folder
- 2065ddf5e34c 18.0 landed