PostgreSQL Source Code: PromptInterruptContext Struct Reference (original) (raw)
#include <[string.h](string%5F8h%5Fsource.html)>
Data Fields | |
---|---|
void * | jmpbuf |
volatile sig_atomic_t * | enabled |
bool | canceled |
Detailed Description
Definition at line 17 of file string.h.
Field Documentation
◆ canceled
bool PromptInterruptContext::canceled
Definition at line 22 of file string.h.
Referenced by exec_command_password(), exec_command_prompt(), pg_get_line_append(), prompt_for_password(), and simple_prompt_extended().
◆ enabled
volatile sig_atomic_t* PromptInterruptContext::enabled
Definition at line 21 of file string.h.
Referenced by exec_command_password(), exec_command_prompt(), pg_get_line_append(), and prompt_for_password().
◆ jmpbuf
void* PromptInterruptContext::jmpbuf
Definition at line 20 of file string.h.
Referenced by exec_command_password(), exec_command_prompt(), pg_get_line_append(), and prompt_for_password().
The documentation for this struct was generated from the following file:
- src/include/common/string.h