mirror of https://github.com/citusdata/citus.git
Change order
parent
921fe6b6b6
commit
8cd9ea3596
|
@ -95,6 +95,9 @@ EnsureReferenceTablesExistOnAllNodes(void)
|
||||||
void
|
void
|
||||||
EnsureReferenceTablesExistOnAllNodesExtended(char transferMode)
|
EnsureReferenceTablesExistOnAllNodesExtended(char transferMode)
|
||||||
{
|
{
|
||||||
|
/* TODO: tests rely on this */
|
||||||
|
int colocationId = CreateReferenceTableColocationId();
|
||||||
|
|
||||||
List *referenceTableIdList = CitusTableTypeIdList(REFERENCE_TABLE);
|
List *referenceTableIdList = CitusTableTypeIdList(REFERENCE_TABLE);
|
||||||
Oid referenceTableId = list_length(referenceTableIdList) > 0 ? linitial_oid(
|
Oid referenceTableId = list_length(referenceTableIdList) > 0 ? linitial_oid(
|
||||||
referenceTableIdList) : InvalidOid;
|
referenceTableIdList) : InvalidOid;
|
||||||
|
@ -109,7 +112,6 @@ EnsureReferenceTablesExistOnAllNodesExtended(char transferMode)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
int colocationId = CreateReferenceTableColocationId();
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Most of the time this function should result in a conclusion where we do not need
|
* Most of the time this function should result in a conclusion where we do not need
|
||||||
|
|
Loading…
Reference in New Issue