aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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
commit4cc2a449802ec654b1b3ac4db698c3af4e7fd9f7 (patch)
treeb4b67fc07758cea165683fd5dbb4cfde01dc7bd8 /src
parent84a67725cd11ffbd5c0e142b067ae90dc3e57270 (diff)
downloadpostgresql-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.
Diffstat (limited to 'src')
-rw-r--r--src/include/catalog/pg_class.dat2
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' },