PostgreSQL Source Code
git master
|
Data Fields | |
char * | target_path |
bool | rmtopdir |
struct cb_cleanup_dir * | next |
Definition at line 50 of file pg_combinebackup.c.
struct cb_cleanup_dir* cb_cleanup_dir::next |
Definition at line 54 of file pg_combinebackup.c.
Referenced by cleanup_directories_atexit(), remember_to_cleanup_directory(), and reset_directory_cleanup_list().
bool cb_cleanup_dir::rmtopdir |
Definition at line 53 of file pg_combinebackup.c.
Referenced by cleanup_directories_atexit(), and remember_to_cleanup_directory().
char* cb_cleanup_dir::target_path |
Definition at line 52 of file pg_combinebackup.c.
Referenced by cleanup_directories_atexit(), and remember_to_cleanup_directory().