1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-05 00:28:52 +02:00

Add constant for pg_tblspc path.

This commit is contained in:
David Steele
2019-12-07 17:42:42 -05:00
parent 78b1e05b7e
commit 5175d52e94

View File

@ -49,6 +49,7 @@ Defines for various Postgres paths and files
#define PG_PATH_PGSNAPSHOTS "pg_snapshots"
#define PG_PATH_PGSTATTMP "pg_stat_tmp"
#define PG_PATH_PGSUBTRANS "pg_subtrans"
#define PG_PATH_PGTBLSPC "pg_tblspc"
#define PG_PREFIX_PGSQLTMP "pgsql_tmp"