mirror of https://github.com/citusdata/citus.git
Removes unnecessary code
parent
90547e6cd5
commit
c1aca5ef89
|
@ -206,6 +206,7 @@ typedef struct MetadataCacheData
|
||||||
Oid distTransactionGroupIndexId;
|
Oid distTransactionGroupIndexId;
|
||||||
Oid distTenantSchemaPrimaryKeyIndexId;
|
Oid distTenantSchemaPrimaryKeyIndexId;
|
||||||
Oid distTenantSchemaUniqueColocationIdIndexId;
|
Oid distTenantSchemaUniqueColocationIdIndexId;
|
||||||
|
Oid citusCatalogNamespaceId;
|
||||||
Oid copyFormatTypeId;
|
Oid copyFormatTypeId;
|
||||||
Oid readIntermediateResultFuncId;
|
Oid readIntermediateResultFuncId;
|
||||||
Oid readIntermediateResultArrayFuncId;
|
Oid readIntermediateResultArrayFuncId;
|
||||||
|
|
|
@ -172,8 +172,6 @@ static GucStringAssignHook OldApplicationNameAssignHook = NULL;
|
||||||
*/
|
*/
|
||||||
static bool FinishedStartupCitusBackend = false;
|
static bool FinishedStartupCitusBackend = false;
|
||||||
|
|
||||||
char *CitusMainDatabase = "postgres";
|
|
||||||
|
|
||||||
static object_access_hook_type PrevObjectAccessHook = NULL;
|
static object_access_hook_type PrevObjectAccessHook = NULL;
|
||||||
|
|
||||||
#if PG_VERSION_NUM >= PG_VERSION_15
|
#if PG_VERSION_NUM >= PG_VERSION_15
|
||||||
|
|
Loading…
Reference in New Issue