diff options
author | Álvaro Herrera <alvherre@alvh.no-ip.org> | 2024-12-03 14:46:31 +0100 |
---|---|---|
committer | Álvaro Herrera <alvherre@alvh.no-ip.org> | 2024-12-03 14:46:31 +0100 |
commit | 4cc2a449802ec654b1b3ac4db698c3af4e7fd9f7 (patch) | |
tree | b4b67fc07758cea165683fd5dbb4cfde01dc7bd8 | |
parent | 84a67725cd11ffbd5c0e142b067ae90dc3e57270 (diff) | |
download | postgresql-4cc2a449802ec654b1b3ac4db698c3af4e7fd9f7.tar.gz postgresql-4cc2a449802ec654b1b3ac4db698c3af4e7fd9f7.zip |
Update obsolete comment
Commit 3aa0395d4ed3 made worrying about BKI_ROWTYPE_OID matching no
longer necessary, but this comment didn't get the memo.
-rw-r--r-- | src/include/catalog/pg_class.dat | 2 |
1 files changed, 1 insertions, 1 deletions
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' }, |