Remove useless syscache.

This commit is contained in:
TotaJ
2022-01-10 11:22:36 +08:00
parent 9fc8923859
commit 85325497e2
2 changed files with 0 additions and 18 deletions

View File

@ -554,16 +554,6 @@ static const struct cachedesc cacheinfo[] = {{AggregateRelationId, /* AGGFNOID *
{Anum_pgxc_slice_relid, Anum_pgxc_slice_type, Anum_pgxc_slice_relname, Anum_pgxc_slice_sindex},
1024},
#endif
{GsPolicyLabelRelationId, /* POLICYLABELNAME */
GsPolicyLabelNameIndexId,
3,
{Anum_gs_policy_label_labelname, Anum_gs_policy_label_fqdnnamespace, Anum_gs_policy_label_fqdnid, 0},
256},
{GsPolicyLabelRelationId, /* POLICYLABELOID */
GsPolicyLabelOidIndexId,
1,
{ObjectIdAttributeNumber, 0, 0, 0},
256},
#ifndef ENABLE_MULTIPLE_NODES
{ProcedureRelationId, /* PROCNAMEARGSNSP */
ProcedureNameArgsNspNewIndexId,
@ -673,11 +663,6 @@ static const struct cachedesc cacheinfo[] = {{AggregateRelationId, /* AGGFNOID *
1,
{Anum_streaming_reaper_status_id, 0, 0, 0},
2048},
{StreamingReaperStatusRelationId, /* REAPERSTATUSOID */
StreamingCQReaperStatusOidIndexId,
1,
{ObjectIdAttributeNumber, 0, 0, 0},
2048},
{PgSynonymRelationId, /* SYNOID */
SynonymOidIndexId,
1,