@@ -606,104 +606,104 @@ static const struct cachedesc cacheinfo[] = {
606
606
},
607
607
128
608
608
},
609
- {RangeRelationId , /* RANGETYPE */
610
- RangeTypidIndexId ,
609
+ {PublicationRelationId , /* PUBLICATIONNAME */
610
+ PublicationNameIndexId ,
611
611
1 ,
612
612
{
613
- Anum_pg_range_rngtypid ,
613
+ Anum_pg_publication_pubname ,
614
614
0 ,
615
615
0 ,
616
616
0
617
617
},
618
- 4
618
+ 8
619
619
},
620
- {RelationRelationId , /* RELNAMENSP */
621
- ClassNameNspIndexId ,
622
- 2 ,
620
+ {PublicationRelationId , /* PUBLICATIONOID */
621
+ PublicationObjectIndexId ,
622
+ 1 ,
623
623
{
624
- Anum_pg_class_relname ,
625
- Anum_pg_class_relnamespace ,
624
+ ObjectIdAttributeNumber ,
625
+ 0 ,
626
626
0 ,
627
627
0
628
628
},
629
- 128
629
+ 8
630
630
},
631
- {RelationRelationId , /* RELOID */
632
- ClassOidIndexId ,
631
+ {PublicationRelRelationId , /* PUBLICATIONREL */
632
+ PublicationRelObjectIndexId ,
633
633
1 ,
634
634
{
635
635
ObjectIdAttributeNumber ,
636
636
0 ,
637
637
0 ,
638
638
0
639
639
},
640
- 128
640
+ 64
641
641
},
642
- {ReplicationOriginRelationId , /* REPLORIGIDENT */
643
- ReplicationOriginIdentIndex ,
644
- 1 ,
642
+ {PublicationRelRelationId , /* PUBLICATIONRELMAP */
643
+ PublicationRelPrrelidPrpubidIndexId ,
644
+ 2 ,
645
645
{
646
- Anum_pg_replication_origin_roident ,
647
- 0 ,
646
+ Anum_pg_publication_rel_prrelid ,
647
+ Anum_pg_publication_rel_prpubid ,
648
648
0 ,
649
649
0
650
650
},
651
- 16
651
+ 64
652
652
},
653
- {ReplicationOriginRelationId , /* REPLORIGNAME */
654
- ReplicationOriginNameIndex ,
653
+ {RangeRelationId , /* RANGETYPE */
654
+ RangeTypidIndexId ,
655
655
1 ,
656
656
{
657
- Anum_pg_replication_origin_roname ,
657
+ Anum_pg_range_rngtypid ,
658
658
0 ,
659
659
0 ,
660
660
0
661
661
},
662
- 16
662
+ 4
663
663
},
664
- {PublicationRelationId , /* PUBLICATIONOID */
665
- PublicationObjectIndexId ,
666
- 1 ,
664
+ {RelationRelationId , /* RELNAMENSP */
665
+ ClassNameNspIndexId ,
666
+ 2 ,
667
667
{
668
- ObjectIdAttributeNumber ,
669
- 0 ,
668
+ Anum_pg_class_relname ,
669
+ Anum_pg_class_relnamespace ,
670
670
0 ,
671
671
0
672
672
},
673
- 8
673
+ 128
674
674
},
675
- {PublicationRelationId , /* PUBLICATIONNAME */
676
- PublicationNameIndexId ,
675
+ {RelationRelationId , /* RELOID */
676
+ ClassOidIndexId ,
677
677
1 ,
678
678
{
679
- Anum_pg_publication_pubname ,
679
+ ObjectIdAttributeNumber ,
680
680
0 ,
681
681
0 ,
682
682
0
683
683
},
684
- 8
684
+ 128
685
685
},
686
- {PublicationRelRelationId , /* PUBLICATIONREL */
687
- PublicationRelObjectIndexId ,
686
+ {ReplicationOriginRelationId , /* REPLORIGIDENT */
687
+ ReplicationOriginIdentIndex ,
688
688
1 ,
689
689
{
690
- ObjectIdAttributeNumber ,
690
+ Anum_pg_replication_origin_roident ,
691
691
0 ,
692
692
0 ,
693
693
0
694
694
},
695
- 64
695
+ 16
696
696
},
697
- {PublicationRelRelationId , /* PUBLICATIONRELMAP */
698
- PublicationRelPrrelidPrpubidIndexId ,
699
- 2 ,
697
+ {ReplicationOriginRelationId , /* REPLORIGNAME */
698
+ ReplicationOriginNameIndex ,
699
+ 1 ,
700
700
{
701
- Anum_pg_publication_rel_prrelid ,
702
- Anum_pg_publication_rel_prpubid ,
701
+ Anum_pg_replication_origin_roname ,
702
+ 0 ,
703
703
0 ,
704
704
0
705
705
},
706
- 64
706
+ 16
707
707
},
708
708
{RewriteRelationId , /* RULERELNAME */
709
709
RewriteRelRulenameIndexId ,
@@ -760,23 +760,23 @@ static const struct cachedesc cacheinfo[] = {
760
760
},
761
761
128
762
762
},
763
- {SubscriptionRelationId , /* SUBSCRIPTIONOID */
764
- SubscriptionObjectIndexId ,
765
- 1 ,
763
+ {SubscriptionRelationId , /* SUBSCRIPTIONNAME */
764
+ SubscriptionNameIndexId ,
765
+ 2 ,
766
766
{
767
- ObjectIdAttributeNumber ,
768
- 0 ,
767
+ Anum_pg_subscription_subdbid ,
768
+ Anum_pg_subscription_subname ,
769
769
0 ,
770
770
0
771
771
},
772
772
4
773
773
},
774
- {SubscriptionRelationId , /* SUBSCRIPTIONNAME */
775
- SubscriptionNameIndexId ,
776
- 2 ,
774
+ {SubscriptionRelationId , /* SUBSCRIPTIONOID */
775
+ SubscriptionObjectIndexId ,
776
+ 1 ,
777
777
{
778
- Anum_pg_subscription_subdbid ,
779
- Anum_pg_subscription_subname ,
778
+ ObjectIdAttributeNumber ,
779
+ 0 ,
780
780
0 ,
781
781
0
782
782
},
0 commit comments