Update codegen sources to 13.1
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# errcodes.txt
|
||||
# PostgreSQL error codes
|
||||
#
|
||||
# Copyright (c) 2003-2019, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2003-2020, PostgreSQL Global Development Group
|
||||
#
|
||||
# This list serves as the basis for generating source files containing error
|
||||
# codes. It is kept in a common format to make sure all these source files have
|
||||
@@ -207,6 +207,7 @@ Section: Class 22 - Data Exception
|
||||
2200S E ERRCODE_INVALID_XML_COMMENT invalid_xml_comment
|
||||
2200T E ERRCODE_INVALID_XML_PROCESSING_INSTRUCTION invalid_xml_processing_instruction
|
||||
22030 E ERRCODE_DUPLICATE_JSON_OBJECT_KEY_VALUE duplicate_json_object_key_value
|
||||
22031 E ERRCODE_INVALID_ARGUMENT_FOR_SQL_JSON_DATETIME_FUNCTION invalid_argument_for_sql_json_datetime_function
|
||||
22032 E ERRCODE_INVALID_JSON_TEXT invalid_json_text
|
||||
22033 E ERRCODE_INVALID_SQL_JSON_SUBSCRIPT invalid_sql_json_subscript
|
||||
22034 E ERRCODE_MORE_THAN_ONE_SQL_JSON_ITEM more_than_one_sql_json_item
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# pg_range.dat
|
||||
# Initial contents of the pg_range system catalog.
|
||||
#
|
||||
# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
|
||||
# Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
|
||||
# Portions Copyright (c) 1994, Regents of the University of California
|
||||
#
|
||||
# src/include/catalog/pg_range.dat
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# pg_type.dat
|
||||
# Initial contents of the pg_type system catalog.
|
||||
#
|
||||
# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
|
||||
# Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
|
||||
# Portions Copyright (c) 1994, Regents of the University of California
|
||||
#
|
||||
# src/include/catalog/pg_type.dat
|
||||
@@ -177,6 +177,10 @@
|
||||
typtype => 'p', typcategory => 'P', typinput => 'pg_ddl_command_in',
|
||||
typoutput => 'pg_ddl_command_out', typreceive => 'pg_ddl_command_recv',
|
||||
typsend => 'pg_ddl_command_send', typalign => 'ALIGNOF_POINTER' },
|
||||
{ oid => '5069', array_type_oid => '271', descr => 'full transaction id',
|
||||
typname => 'xid8', typlen => '8', typbyval => 'FLOAT8PASSBYVAL',
|
||||
typcategory => 'U', typinput => 'xid8in', typoutput => 'xid8out',
|
||||
typreceive => 'xid8recv', typsend => 'xid8send', typalign => 'd' },
|
||||
|
||||
# OIDS 600 - 699
|
||||
|
||||
@@ -215,9 +219,9 @@
|
||||
|
||||
{ oid => '700', array_type_oid => '1021',
|
||||
descr => 'single-precision floating point number, 4-byte storage',
|
||||
typname => 'float4', typlen => '4', typbyval => 'FLOAT4PASSBYVAL',
|
||||
typcategory => 'N', typinput => 'float4in', typoutput => 'float4out',
|
||||
typreceive => 'float4recv', typsend => 'float4send', typalign => 'i' },
|
||||
typname => 'float4', typlen => '4', typbyval => 't', typcategory => 'N',
|
||||
typinput => 'float4in', typoutput => 'float4out', typreceive => 'float4recv',
|
||||
typsend => 'float4send', typalign => 'i' },
|
||||
{ oid => '701', array_type_oid => '1022',
|
||||
descr => 'double-precision floating point number, 8-byte storage',
|
||||
typname => 'float8', typlen => '8', typbyval => 'FLOAT8PASSBYVAL',
|
||||
@@ -379,6 +383,11 @@
|
||||
typname => 'regclass', typlen => '4', typbyval => 't', typcategory => 'N',
|
||||
typinput => 'regclassin', typoutput => 'regclassout',
|
||||
typreceive => 'regclassrecv', typsend => 'regclasssend', typalign => 'i' },
|
||||
{ oid => '4191', array_type_oid => '4192', descr => 'registered collation',
|
||||
typname => 'regcollation', typlen => '4', typbyval => 't', typcategory => 'N',
|
||||
typinput => 'regcollationin', typoutput => 'regcollationout',
|
||||
typreceive => 'regcollationrecv', typsend => 'regcollationsend',
|
||||
typalign => 'i' },
|
||||
{ oid => '2206', array_type_oid => '2211', descr => 'registered type',
|
||||
typname => 'regtype', typlen => '4', typbyval => 't', typcategory => 'N',
|
||||
typinput => 'regtypein', typoutput => 'regtypeout',
|
||||
@@ -451,6 +460,11 @@
|
||||
typcategory => 'U', typinput => 'txid_snapshot_in',
|
||||
typoutput => 'txid_snapshot_out', typreceive => 'txid_snapshot_recv',
|
||||
typsend => 'txid_snapshot_send', typalign => 'd', typstorage => 'x' },
|
||||
{ oid => '5038', array_type_oid => '5039', descr => 'snapshot',
|
||||
typname => 'pg_snapshot', typlen => '-1', typbyval => 'f', typcategory => 'U',
|
||||
typinput => 'pg_snapshot_in', typoutput => 'pg_snapshot_out',
|
||||
typreceive => 'pg_snapshot_recv', typsend => 'pg_snapshot_send',
|
||||
typalign => 'd', typstorage => 'x' },
|
||||
|
||||
# range types
|
||||
{ oid => '3904', array_type_oid => '3905', descr => 'range of integers',
|
||||
@@ -546,10 +560,6 @@
|
||||
typtype => 'p', typcategory => 'P', typinput => 'internal_in',
|
||||
typoutput => 'internal_out', typreceive => '-', typsend => '-',
|
||||
typalign => 'ALIGNOF_POINTER' },
|
||||
{ oid => '2282', descr => 'obsolete, deprecated pseudo-type',
|
||||
typname => 'opaque', typlen => '4', typbyval => 't', typtype => 'p',
|
||||
typcategory => 'P', typinput => 'opaque_in', typoutput => 'opaque_out',
|
||||
typreceive => '-', typsend => '-', typalign => 'i' },
|
||||
{ oid => '2283', descr => 'pseudo-type representing a polymorphic base type',
|
||||
typname => 'anyelement', typlen => '4', typbyval => 't', typtype => 'p',
|
||||
typcategory => 'P', typinput => 'anyelement_in',
|
||||
@@ -590,9 +600,34 @@
|
||||
typoutput => 'table_am_handler_out', typreceive => '-', typsend => '-',
|
||||
typalign => 'i' },
|
||||
{ oid => '3831',
|
||||
descr => 'pseudo-type representing a polymorphic base type that is a range',
|
||||
descr => 'pseudo-type representing a range over a polymorphic base type',
|
||||
typname => 'anyrange', typlen => '-1', typbyval => 'f', typtype => 'p',
|
||||
typcategory => 'P', typinput => 'anyrange_in', typoutput => 'anyrange_out',
|
||||
typreceive => '-', typsend => '-', typalign => 'd', typstorage => 'x' },
|
||||
{ oid => '5077',
|
||||
descr => 'pseudo-type representing a polymorphic common type',
|
||||
typname => 'anycompatible', typlen => '4', typbyval => 't', typtype => 'p',
|
||||
typcategory => 'P', typinput => 'anycompatible_in',
|
||||
typoutput => 'anycompatible_out', typreceive => '-', typsend => '-',
|
||||
typalign => 'i' },
|
||||
{ oid => '5078',
|
||||
descr => 'pseudo-type representing an array of polymorphic common type elements',
|
||||
typname => 'anycompatiblearray', typlen => '-1', typbyval => 'f',
|
||||
typtype => 'p', typcategory => 'P', typinput => 'anycompatiblearray_in',
|
||||
typoutput => 'anycompatiblearray_out',
|
||||
typreceive => 'anycompatiblearray_recv', typsend => 'anycompatiblearray_send',
|
||||
typalign => 'd', typstorage => 'x' },
|
||||
{ oid => '5079',
|
||||
descr => 'pseudo-type representing a polymorphic common type that is not an array',
|
||||
typname => 'anycompatiblenonarray', typlen => '4', typbyval => 't',
|
||||
typtype => 'p', typcategory => 'P', typinput => 'anycompatiblenonarray_in',
|
||||
typoutput => 'anycompatiblenonarray_out', typreceive => '-', typsend => '-',
|
||||
typalign => 'i' },
|
||||
{ oid => '5080',
|
||||
descr => 'pseudo-type representing a range over a polymorphic common type',
|
||||
typname => 'anycompatiblerange', typlen => '-1', typbyval => 'f',
|
||||
typtype => 'p', typcategory => 'P', typinput => 'anycompatiblerange_in',
|
||||
typoutput => 'anycompatiblerange_out', typreceive => '-', typsend => '-',
|
||||
typalign => 'd', typstorage => 'x' },
|
||||
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user