Update the parameter id

pull/896/head
Onder Kalaci 2016-10-21 15:40:43 +03:00
parent 6366eebee6
commit 6f4f2105b8
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@
#include "nodes/parsenodes.h"
/* reserved parameted id */
#define UNINSTANTIATED_PARAMETER_ID 0xdeadbeef
/* reserved parameted id, we chose a negative number since it is not very common */
#define UNINSTANTIATED_PARAMETER_ID INT_MIN
/* reserved alias name for UPSERTs */
#define CITUS_TABLE_ALIAS "citus_table_alias"