File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1919 *
2020 * Functions that work with an instance accept instanceState argument, which
2121 * includes catalogState, instance_name,
22- * info about pgdata associated with the instance,
22+ * info about pgdata associated with the instance (see pgState) ,
2323 * various instance config options, and list of backups belonging to the instance.
2424 * + function specific options.
2525 *
3131 * which includes link to the instanceState, backup_id and backup-specific info.
3232 * + function specific options.
3333 *
34+ * Functions that work with a postgreSQL instance (i.e. checkdb) accept pgState,
35+ * which includes info about pgdata directory and connection.
36+ *
3437 * Portions Copyright (c) 2009-2013, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
3538 * Portions Copyright (c) 2015-2019, Postgres Professional
3639 *
@@ -72,7 +75,6 @@ char backup_instance_path[MAXPGPATH];
7275 */
7376char arclog_path [MAXPGPATH ] = "" ;
7477
75-
7678static CatalogState * catalogState = NULL ;
7779/* ================ catalogState (END) =========== */
7880
Original file line number Diff line number Diff line change 22 *
33 * pg_probackup_state.h: Definitions of internal pg_probackup states
44 *
5- * Portions Copyright (c) 2021-2018 , Postgres Professional
5+ * Portions Copyright (c) 2021, Postgres Professional
66 *
77 *-------------------------------------------------------------------------
88 */
You can’t perform that action at this time.
0 commit comments