PostgreSQL Source Code  git master
cb_cleanup_dir Struct Reference

Data Fields

char * target_path
 
bool rmtopdir
 
struct cb_cleanup_dirnext
 

Detailed Description

Definition at line 42 of file pg_combinebackup.c.

Field Documentation

◆ next

struct cb_cleanup_dir* cb_cleanup_dir::next

◆ rmtopdir

bool cb_cleanup_dir::rmtopdir

Definition at line 45 of file pg_combinebackup.c.

Referenced by cleanup_directories_atexit(), and remember_to_cleanup_directory().

◆ target_path

char* cb_cleanup_dir::target_path

Definition at line 44 of file pg_combinebackup.c.

Referenced by cleanup_directories_atexit(), and remember_to_cleanup_directory().


The documentation for this struct was generated from the following file: