pg_amcheck: Fix test failure on Windows with non-existing role
[pgsql.git] / src / include / catalog / pg_class.dat
blob8c89ad1bc2ea8add42928fa8173e0beed8db93eb
1 #----------------------------------------------------------------------
3 # pg_class.dat
4 # Initial contents of the pg_class system catalog.
6 # Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
7 # Portions Copyright (c) 1994, Regents of the University of California
9 # src/include/catalog/pg_class.dat
11 #----------------------------------------------------------------------
15 # Note: only bootstrap catalogs, ie those marked BKI_BOOTSTRAP, need to
16 # have entries here. Be sure that the OIDs listed here match those given in
17 # the corresponding CATALOG macros.
19 { oid => '1247',
20 relname => 'pg_type', reltype => 'pg_type' },
21 { oid => '1249',
22 relname => 'pg_attribute', reltype => 'pg_attribute' },
23 { oid => '1255',
24 relname => 'pg_proc', reltype => 'pg_proc' },
25 { oid => '1259',
26 relname => 'pg_class', reltype => 'pg_class' },