We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b33409 + 71f6838 commit 4a4a045Copy full SHA for 4a4a045
contrib/babelfishpg_tsql/src/procedures.c
@@ -122,9 +122,9 @@ static bool is_supported_case_sp_describe_undeclared_parameters = true;
122
#define Anum_xml_handle_temp_table_ns_data 7
123
124
#define MD5_HASH_LEN 32
125
+#define XML_HANDLE_COUNTER_START 0
126
+#define XML_HANDLE_COUNTER_INVALID (INT_MAX / 2)
127
-#define XML_HANDLE_COUNTER_START 0
-#define XML_HANDLE_COUNTER_INVALID (INT_MAX / 2)
128
static int current_xml_handle_counter = XML_HANDLE_COUNTER_INVALID;
129
Bitmapset *active_xml_handles_counter = NULL;
130
static char *xml_handle_temp_table_name = NULL;
0 commit comments