PostgreSQL Source Code
git master
|
#include "postgres.h"
#include "access/xlog.h"
#include "access/xlog_internal.h"
#include "access/xlogbackup.h"
Go to the source code of this file.
Functions | |
char * | build_backup_content (BackupState *state, bool ishistoryfile) |
char* build_backup_content | ( | BackupState * | state, |
bool | ishistoryfile | ||
) |
Definition at line 29 of file xlogbackup.c.
References appendStringInfo(), appendStringInfoString(), Assert, StringInfoData::data, data, log_timezone, LSN_FORMAT_ARGS, makeStringInfo(), MAXFNAMELEN, pfree(), pg_localtime(), pg_strftime(), wal_segment_size, XLByteToSeg, XLogFileName(), and XLogRecPtrIsInvalid.
Referenced by do_pg_backup_stop(), perform_base_backup(), and pg_backup_stop().