PostgreSQL Source Code git master
|
Data Fields | |
bbsink | base |
char * | target_detail |
char * | shell_command |
char * | current_command |
FILE * | pipe |
Definition at line 23 of file basebackup_to_shell.c.
bbsink bbsink_shell::base |
Definition at line 26 of file basebackup_to_shell.c.
Referenced by shell_get_sink(), and shell_send_data().
char* bbsink_shell::current_command |
Definition at line 35 of file basebackup_to_shell.c.
Referenced by shell_finish_command(), shell_run_command(), and shell_send_data().
FILE* bbsink_shell::pipe |
Definition at line 38 of file basebackup_to_shell.c.
Referenced by shell_finish_command(), shell_run_command(), and shell_send_data().
char* bbsink_shell::shell_command |
Definition at line 32 of file basebackup_to_shell.c.
Referenced by shell_get_sink(), and shell_run_command().
char* bbsink_shell::target_detail |
Definition at line 29 of file basebackup_to_shell.c.
Referenced by shell_get_sink(), and shell_run_command().