Update obsolete comment
authorÁlvaro Herrera <[email protected]>
Tue, 3 Dec 2024 13:46:31 +0000 (14:46 +0100)
committerÁlvaro Herrera <[email protected]>
Tue, 3 Dec 2024 13:46:31 +0000 (14:46 +0100)
Commit 3aa0395d4ed3 made worrying about BKI_ROWTYPE_OID matching no
longer necessary, but this comment didn't get the memo.

src/include/catalog/pg_class.dat

index 830e7e425bb0842306bb9c6bfa4f2a9f161c53cb..608e90d128499afdc124f2051b12769d615e8423 100644 (file)
@@ -14,7 +14,7 @@
 
 # Note: only bootstrap catalogs, ie those marked BKI_BOOTSTRAP, need to
 # have entries here.  Be sure that the OIDs listed here match those given in
-# their CATALOG and BKI_ROWTYPE_OID macros.
+# the corresponding CATALOG macros.
 
 { oid => '1247',
   relname => 'pg_type', reltype => 'pg_type' },