|
113 | 113 |
|
114 | 114 | # hand-built rowtype entries for bootstrapped catalogs
|
115 | 115 | # NB: OIDs assigned here must match the BKI_ROWTYPE_OID declarations
|
116 |
| -{ oid => '71', |
| 116 | +{ oid => '71', array_type_oid => '210', |
117 | 117 | typname => 'pg_type', typlen => '-1', typbyval => 'f', typtype => 'c',
|
118 | 118 | typcategory => 'C', typrelid => 'pg_type', typinput => 'record_in',
|
119 | 119 | typoutput => 'record_out', typreceive => 'record_recv',
|
120 | 120 | typsend => 'record_send', typalign => 'd', typstorage => 'x' },
|
121 |
| -{ oid => '75', |
| 121 | +{ oid => '75', array_type_oid => '270', |
122 | 122 | typname => 'pg_attribute', typlen => '-1', typbyval => 'f', typtype => 'c',
|
123 | 123 | typcategory => 'C', typrelid => 'pg_attribute', typinput => 'record_in',
|
124 | 124 | typoutput => 'record_out', typreceive => 'record_recv',
|
125 | 125 | typsend => 'record_send', typalign => 'd', typstorage => 'x' },
|
126 |
| -{ oid => '81', |
| 126 | +{ oid => '81', array_type_oid => '272', |
127 | 127 | typname => 'pg_proc', typlen => '-1', typbyval => 'f', typtype => 'c',
|
128 | 128 | typcategory => 'C', typrelid => 'pg_proc', typinput => 'record_in',
|
129 | 129 | typoutput => 'record_out', typreceive => 'record_recv',
|
130 | 130 | typsend => 'record_send', typalign => 'd', typstorage => 'x' },
|
131 |
| -{ oid => '83', |
| 131 | +{ oid => '83', array_type_oid => '273', |
132 | 132 | typname => 'pg_class', typlen => '-1', typbyval => 'f', typtype => 'c',
|
133 | 133 | typcategory => 'C', typrelid => 'pg_class', typinput => 'record_in',
|
134 | 134 | typoutput => 'record_out', typreceive => 'record_recv',
|
|
0 commit comments