mirror of
https://github.com/postgres/postgres.git
synced 2025-08-28 18:48:04 +03:00
pgindent run before PG 9.1 beta 1.
This commit is contained in:
@@ -66,7 +66,7 @@ typedef enum
|
||||
XML_STANDALONE_NO,
|
||||
XML_STANDALONE_NO_VALUE,
|
||||
XML_STANDALONE_OMITTED
|
||||
} XmlStandaloneType;
|
||||
} XmlStandaloneType;
|
||||
|
||||
extern void pg_xml_init(void);
|
||||
extern void xml_ereport(int level, int sqlcode, const char *msg);
|
||||
@@ -87,7 +87,7 @@ typedef enum
|
||||
{
|
||||
XMLBINARY_BASE64,
|
||||
XMLBINARY_HEX
|
||||
} XmlBinaryType;
|
||||
} XmlBinaryType;
|
||||
|
||||
extern int xmlbinary; /* XmlBinaryType, but int for guc enum */
|
||||
|
||||
|
Reference in New Issue
Block a user