mirror of
https://github.com/postgres/postgres.git
synced 2025-11-01 21:31:19 +03:00
Define PG_REPLSLOT_DIR for path pg_replslot/ in data folder
This commit replaces most of the hardcoded values of "pg_replslot" by a new PG_REPLSLOT_DIR #define. This makes the style more consistent with the existing PG_STAT_TMP_DIR, for example. More places will follow a similar change. Author: Bertrand Drouvot Reviewed-by: Ashutosh Bapat, Yugo Nagata, Michael Paquier Discussion: https://postgr.es/m/ZryVvjqS9SnV1GPP@ip-10-97-1-34.eu-west-3.compute.internal
This commit is contained in:
@@ -97,7 +97,7 @@ static const char *const excludeDirContents[] =
|
||||
* even if the intention is to restore to another primary. See backup.sgml
|
||||
* for a more detailed description.
|
||||
*/
|
||||
"pg_replslot",
|
||||
"pg_replslot", /* defined as PG_REPLSLOT_DIR */
|
||||
|
||||
/* Contents removed on startup, see dsm_cleanup_for_mmap(). */
|
||||
"pg_dynshmem", /* defined as PG_DYNSHMEM_DIR */
|
||||
|
||||
Reference in New Issue
Block a user