1 /*-------------------------------------------------------------------------
4 * Common routines to replace percent placeholders in strings
6 * Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
7 * Portions Copyright (c) 1994, Regents of the University of California
9 * src/include/common/percentrepl.h
11 *-------------------------------------------------------------------------
16 extern char *replace_percent_placeholders(const char *instr
, const char *param_name
, const char *letters
,...);
18 #endif /* PERCENTREPL_H */