Skip to content

Commit cc915c8

Browse files
committed
[PBCKP-227]: Remove get_system_dbstate declaration from header file
1 parent adb5470 commit cc915c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pg_probackup.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1158,7 +1158,6 @@ extern uint64 get_system_identifier(const char *pgdata_path, fio_location locati
11581158
extern uint64 get_remote_system_identifier(PGconn *conn);
11591159
extern uint32 get_data_checksum_version(bool safe);
11601160
extern pg_crc32c get_pgcontrol_checksum(const char *pgdata_path);
1161-
extern DBState get_system_dbstate(const char *pgdata_path, fio_location location);
11621161
extern uint32 get_xlog_seg_size(const char *pgdata_path);
11631162
extern void get_redo(const char *pgdata_path, fio_location pgdata_location, RedoParams *redo);
11641163
extern void set_min_recovery_point(pgFile *file, const char *backup_path,

0 commit comments

Comments
 (0)