|
42 | 42 | typinput => 'byteain', typoutput => 'byteaout', typreceive => 'bytearecv',
|
43 | 43 | typsend => 'byteasend', typalign => 'i', typstorage => 'x' },
|
44 | 44 | { oid => '18', array_type_oid => '1002', descr => 'single character',
|
45 |
| - typname => 'char', typlen => '1', typbyval => 't', typcategory => 'S', |
| 45 | + typname => 'char', typlen => '1', typbyval => 't', typcategory => 'Z', |
46 | 46 | typinput => 'charin', typoutput => 'charout', typreceive => 'charrecv',
|
47 | 47 | typsend => 'charsend', typalign => 'c' },
|
48 | 48 | { oid => '19', array_type_oid => '1003',
|
|
145 | 145 | typsend => 'xml_send', typalign => 'i', typstorage => 'x' },
|
146 | 146 | { oid => '194', descr => 'string representing an internal node tree',
|
147 | 147 | typname => 'pg_node_tree', typlen => '-1', typbyval => 'f',
|
148 |
| - typcategory => 'S', typinput => 'pg_node_tree_in', |
| 148 | + typcategory => 'Z', typinput => 'pg_node_tree_in', |
149 | 149 | typoutput => 'pg_node_tree_out', typreceive => 'pg_node_tree_recv',
|
150 | 150 | typsend => 'pg_node_tree_send', typalign => 'i', typstorage => 'x',
|
151 | 151 | typcollation => 'default' },
|
152 | 152 | { oid => '3361', descr => 'multivariate ndistinct coefficients',
|
153 | 153 | typname => 'pg_ndistinct', typlen => '-1', typbyval => 'f',
|
154 |
| - typcategory => 'S', typinput => 'pg_ndistinct_in', |
| 154 | + typcategory => 'Z', typinput => 'pg_ndistinct_in', |
155 | 155 | typoutput => 'pg_ndistinct_out', typreceive => 'pg_ndistinct_recv',
|
156 | 156 | typsend => 'pg_ndistinct_send', typalign => 'i', typstorage => 'x',
|
157 | 157 | typcollation => 'default' },
|
158 | 158 | { oid => '3402', descr => 'multivariate dependencies',
|
159 | 159 | typname => 'pg_dependencies', typlen => '-1', typbyval => 'f',
|
160 |
| - typcategory => 'S', typinput => 'pg_dependencies_in', |
| 160 | + typcategory => 'Z', typinput => 'pg_dependencies_in', |
161 | 161 | typoutput => 'pg_dependencies_out', typreceive => 'pg_dependencies_recv',
|
162 | 162 | typsend => 'pg_dependencies_send', typalign => 'i', typstorage => 'x',
|
163 | 163 | typcollation => 'default' },
|
164 | 164 | { oid => '5017', descr => 'multivariate MCV list',
|
165 |
| - typname => 'pg_mcv_list', typlen => '-1', typbyval => 'f', typcategory => 'S', |
| 165 | + typname => 'pg_mcv_list', typlen => '-1', typbyval => 'f', typcategory => 'Z', |
166 | 166 | typinput => 'pg_mcv_list_in', typoutput => 'pg_mcv_list_out',
|
167 | 167 | typreceive => 'pg_mcv_list_recv', typsend => 'pg_mcv_list_send',
|
168 | 168 | typalign => 'i', typstorage => 'x', typcollation => 'default' },
|
|
681 | 681 | typalign => 'd', typstorage => 'x' },
|
682 | 682 | { oid => '4600', descr => 'BRIN bloom summary',
|
683 | 683 | typname => 'pg_brin_bloom_summary', typlen => '-1', typbyval => 'f',
|
684 |
| - typcategory => 'S', typinput => 'brin_bloom_summary_in', |
| 684 | + typcategory => 'Z', typinput => 'brin_bloom_summary_in', |
685 | 685 | typoutput => 'brin_bloom_summary_out',
|
686 | 686 | typreceive => 'brin_bloom_summary_recv', typsend => 'brin_bloom_summary_send',
|
687 | 687 | typalign => 'i', typstorage => 'x', typcollation => 'default' },
|
688 | 688 | { oid => '4601', descr => 'BRIN minmax-multi summary',
|
689 | 689 | typname => 'pg_brin_minmax_multi_summary', typlen => '-1', typbyval => 'f',
|
690 |
| - typcategory => 'S', typinput => 'brin_minmax_multi_summary_in', |
| 690 | + typcategory => 'Z', typinput => 'brin_minmax_multi_summary_in', |
691 | 691 | typoutput => 'brin_minmax_multi_summary_out',
|
692 | 692 | typreceive => 'brin_minmax_multi_summary_recv',
|
693 | 693 | typsend => 'brin_minmax_multi_summary_send', typalign => 'i',
|
|
0 commit comments