#include "postgres_fe.h"
#include <unistd.h>
#include "access/xlogdefs.h"
#include "backup_label.h"
#include "common/file_perm.h"
#include "common/logging.h"
#include "write_manifest.h"
Go to the source code of this file.
Definition at line 201 of file backup_label.c.
Referenced by parse_backup_label(), and write_backup_label().
Definition at line 224 of file backup_label.c.
Referenced by parse_backup_label(), and write_backup_label().
Definition at line 45 of file backup_label.c.
References buf, filename, get_eol_offset(), InvalidXLogRecPtr, line_starts_with(), parse_lsn(), parse_tli(), and pg_fatal.
Referenced by check_backup_label_files().
Definition at line 241 of file backup_label.c.
References success.
Referenced by parse_backup_label().
Definition at line 269 of file backup_label.c.
References success.
Referenced by parse_backup_label().
Definition at line 127 of file backup_label.c.
References add_file_to_manifest(), buf, close, get_eol_offset(), line_starts_with(), MAXPGPATH, output_filename, PG_BINARY, pg_checksum_final(), pg_checksum_init(), PG_CHECKSUM_MAX_LENGTH, pg_checksum_update(), pg_fatal, pg_file_create_mode, snprintf, stat::st_mtime, stat::st_size, stat, and write.
Referenced by main().