PostgreSQL Source Code  git master
bbsink_shell Struct Reference

Data Fields

bbsink base
 
char * target_detail
 
char * shell_command
 
char * current_command
 
FILE * pipe
 

Detailed Description

Definition at line 23 of file basebackup_to_shell.c.

Field Documentation

◆ base

bbsink bbsink_shell::base

Definition at line 26 of file basebackup_to_shell.c.

Referenced by shell_get_sink(), and shell_send_data().

◆ current_command

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().

◆ pipe

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().

◆ shell_command

char* bbsink_shell::shell_command

Definition at line 32 of file basebackup_to_shell.c.

Referenced by shell_get_sink(), and shell_run_command().

◆ target_detail

char* bbsink_shell::target_detail

Definition at line 29 of file basebackup_to_shell.c.

Referenced by shell_get_sink(), and shell_run_command().


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