From 4cc2a449802ec654b1b3ac4db698c3af4e7fd9f7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=81lvaro=20Herrera?= Date: Tue, 3 Dec 2024 14:46:31 +0100 Subject: [PATCH] Update obsolete comment 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/catalog/pg_class.dat b/src/include/catalog/pg_class.dat index 830e7e425bb..608e90d1284 100644 --- a/src/include/catalog/pg_class.dat +++ b/src/include/catalog/pg_class.dat @@ -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' }, -- 2.39.5