Removes unnecessary code

create_drop_db_gh
gindibay 2023-10-04 13:19:36 +03:00
parent 90547e6cd5
commit c1aca5ef89
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