mirror of https://github.com/citusdata/citus.git
Update the parameter id
parent
6366eebee6
commit
6f4f2105b8
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue