Removes unnecessary code

pull/7270/head
gindibay 2023-10-04 13:19:36 +03:00
parent 40893e6ffc
commit 1e7c18cb61
2 changed files with 1 additions and 2 deletions

View File

@ -206,6 +206,7 @@ typedef struct MetadataCacheData
Oid distTransactionGroupIndexId;
Oid distTenantSchemaPrimaryKeyIndexId;
Oid distTenantSchemaUniqueColocationIdIndexId;
Oid citusCatalogNamespaceId;
Oid copyFormatTypeId;
Oid readIntermediateResultFuncId;
Oid readIntermediateResultArrayFuncId;

View File

@ -172,8 +172,6 @@ static GucStringAssignHook OldApplicationNameAssignHook = NULL;
*/
static bool FinishedStartupCitusBackend = false;
char *CitusMainDatabase = "postgres";
static object_access_hook_type PrevObjectAccessHook = NULL;
#if PG_VERSION_NUM >= PG_VERSION_15