15#ifndef PG_BACKUP_UTILS_H
16#define PG_BACKUP_UTILS_H
21#define DUMP_PRE_DATA 0x01
23#define DUMP_POST_DATA 0x04
24#define DUMP_UNSECTIONED 0xff
36#define pg_fatal(...) do { \
37 pg_log_generic(PG_LOG_ERROR, PG_LOG_PRIMARY, __VA_ARGS__); \
#define pg_attribute_noreturn()
on_exit_nicely_callback function
void(* on_exit_nicely_callback)(int code, void *arg)
void set_dump_section(const char *arg, int *dumpSections)
void on_exit_nicely(on_exit_nicely_callback function, void *arg)
void exit_nicely(int code) pg_attribute_noreturn()