Home
last modified time | relevance | path

Searched refs:tblspc_dir_dest (Results 1 – 1 of 1) sorted by relevance

/dports/databases/postgresql-repmgr/repmgr-5.2.0/
H A Drepmgr-action-standby.c7281 char *tblspc_dir_dest = NULL; in run_file_backup() local
7301 tblspc_dir_dest = cell->new_dir; in run_file_backup()
7303 cell_t->location, cell_t->oid, tblspc_dir_dest); in run_file_backup()
7307 tblspc_dir_dest = cell_t->location; in run_file_backup()
7316 create_pg_dir(tblspc_dir_dest, false); in run_file_backup()
7332 tblspc_dir_dest); in run_file_backup()
7358 tblspc_dir_dest); in run_file_backup()
7382 if (symlink(tblspc_dir_dest, tblspc_symlink.data) < 0) in run_file_backup()
7384 …rror(_("unable to create tablespace symlink from %s to %s"), tblspc_symlink.data, tblspc_dir_dest); in run_file_backup()