PostgreSQL Source Code
git master
|
Go to the source code of this file.
Functions | |
char * | replace_percent_placeholders (const char *instr, const char *param_name, const char *letters,...) |
char* replace_percent_placeholders | ( | const char * | instr, |
const char * | param_name, | ||
const char * | letters, | ||
... | |||
) |
Definition at line 59 of file percentrepl.c.
References appendStringInfoChar(), appendStringInfoString(), StringInfoData::data, ereport, errcode(), errdetail(), errmsg(), ERROR, exit(), initStringInfo(), pg_log_error, pg_log_error_detail, va_end(), va_start(), and val.
Referenced by BuildRestoreCommand(), ExecuteRecoveryCommand(), run_ssl_passphrase_command(), shell_archive_file(), and shell_construct_command().