25#define X_CLOSE_IMMEDIATE 2
26#define X_NOWHITESPACE 4
545 "<explain xmlns=\"http://www.postgresql.org/2009/explain\">\n");
627 const char *valid =
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_.";
634 for (s = tagname; *s; s++)
Assert(PointerIsAligned(start, uint64))
void escape_json(StringInfo buf, const char *str)
List * list_delete_first(List *list)
List * lcons_int(int datum, List *list)
void pfree(void *pointer)
char * psprintf(const char *fmt,...)
void appendStringInfo(StringInfo str, const char *fmt,...)
void appendStringInfoSpaces(StringInfo str, int count)
void appendStringInfoString(StringInfo str, const char *s)
void appendStringInfoChar(StringInfo str, char ch)
#define appendStringInfoCharMacro(str, ch)
char * escape_xml(const char *str)