Skip to content

Commit 4a4a045

Browse files
author
Harsh Dubey
committed
Merge remote-tracking branch 'upstream/BABEL_5_X_DEV' into BABEL_3635
2 parents 6b33409 + 71f6838 commit 4a4a045

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/babelfishpg_tsql/src/procedures.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,9 @@ static bool is_supported_case_sp_describe_undeclared_parameters = true;
122122
#define Anum_xml_handle_temp_table_ns_data 7
123123

124124
#define MD5_HASH_LEN 32
125+
#define XML_HANDLE_COUNTER_START 0
126+
#define XML_HANDLE_COUNTER_INVALID (INT_MAX / 2)
125127

126-
#define XML_HANDLE_COUNTER_START 0
127-
#define XML_HANDLE_COUNTER_INVALID (INT_MAX / 2)
128128
static int current_xml_handle_counter = XML_HANDLE_COUNTER_INVALID;
129129
Bitmapset *active_xml_handles_counter = NULL;
130130
static char *xml_handle_temp_table_name = NULL;

0 commit comments

Comments
 (0)