1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-26 12:21:12 +03:00

Update obsolete comment

Commit 3aa0395d4e made worrying about BKI_ROWTYPE_OID matching no
longer necessary, but this comment didn't get the memo.
This commit is contained in:
Álvaro Herrera
2024-12-03 14:46:31 +01:00
parent 84a67725cd
commit 4cc2a44980

View 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' },