Skip to content
Snippets Groups Projects
Select Git revision
  • benchmark-tools
  • postgres-lambda
  • master default
  • REL9_4_25
  • REL9_5_20
  • REL9_6_16
  • REL_10_11
  • REL_11_6
  • REL_12_1
  • REL_12_0
  • REL_12_RC1
  • REL_12_BETA4
  • REL9_4_24
  • REL9_5_19
  • REL9_6_15
  • REL_10_10
  • REL_11_5
  • REL_12_BETA3
  • REL9_4_23
  • REL9_5_18
  • REL9_6_14
  • REL_10_9
  • REL_11_4
23 results

tablecmds.c

  • Tom Lane's avatar
    49856352
    Extend the BKI infrastructure to allow system catalogs to be given · 49856352
    Tom Lane authored
    hand-assigned rowtype OIDs, even when they are not "bootstrapped" catalogs
    that have handmade type rows in pg_type.h.  Give pg_database such an OID.
    Restore the availability of C macros for the rowtype OIDs of the bootstrapped
    catalogs.  (These macros are now in the individual catalogs' .h files,
    though, not in pg_type.h.)
    
    This commit doesn't do anything especially useful by itself, but it's
    necessary infrastructure for reverting some ill-considered changes in
    relcache.c.
    49856352
    History
    Extend the BKI infrastructure to allow system catalogs to be given
    Tom Lane authored
    hand-assigned rowtype OIDs, even when they are not "bootstrapped" catalogs
    that have handmade type rows in pg_type.h.  Give pg_database such an OID.
    Restore the availability of C macros for the rowtype OIDs of the bootstrapped
    catalogs.  (These macros are now in the individual catalogs' .h files,
    though, not in pg_type.h.)
    
    This commit doesn't do anything especially useful by itself, but it's
    necessary infrastructure for reverting some ill-considered changes in
    relcache.c.