summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/catalog/catversion.h2
-rw-r--r--src/include/catalog/pg_proc.dat102
2 files changed, 52 insertions, 52 deletions
diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h
index 588a110093a..257eb1bd772 100644
--- a/src/include/catalog/catversion.h
+++ b/src/include/catalog/catversion.h
@@ -53,6 +53,6 @@
*/
/* yyyymmddN */
-#define CATALOG_VERSION_NO 201812301
+#define CATALOG_VERSION_NO 201812311
#endif
diff --git a/src/include/catalog/pg_proc.dat b/src/include/catalog/pg_proc.dat
index 6e1e1dfad71..9cf8e738525 100644
--- a/src/include/catalog/pg_proc.dat
+++ b/src/include/catalog/pg_proc.dat
@@ -677,44 +677,44 @@
proname => 'nameeqtext', proleakproof => 't', prorettype => 'bool',
proargtypes => 'name text', prosrc => 'nameeqtext' },
{ oid => '241',
- proname => 'namelttext', proleakproof => 't', prorettype => 'bool',
- proargtypes => 'name text', prosrc => 'namelttext' },
+ proname => 'namelttext', prorettype => 'bool', proargtypes => 'name text',
+ prosrc => 'namelttext' },
{ oid => '242',
- proname => 'nameletext', proleakproof => 't', prorettype => 'bool',
- proargtypes => 'name text', prosrc => 'nameletext' },
+ proname => 'nameletext', prorettype => 'bool', proargtypes => 'name text',
+ prosrc => 'nameletext' },
{ oid => '243',
- proname => 'namegetext', proleakproof => 't', prorettype => 'bool',
- proargtypes => 'name text', prosrc => 'namegetext' },
+ proname => 'namegetext', prorettype => 'bool', proargtypes => 'name text',
+ prosrc => 'namegetext' },
{ oid => '244',
- proname => 'namegttext', proleakproof => 't', prorettype => 'bool',
- proargtypes => 'name text', prosrc => 'namegttext' },
+ proname => 'namegttext', prorettype => 'bool', proargtypes => 'name text',
+ prosrc => 'namegttext' },
{ oid => '245',
proname => 'namenetext', proleakproof => 't', prorettype => 'bool',
proargtypes => 'name text', prosrc => 'namenetext' },
{ oid => '246', descr => 'less-equal-greater',
- proname => 'btnametextcmp', proleakproof => 't', prorettype => 'int4',
- proargtypes => 'name text', prosrc => 'btnametextcmp' },
+ proname => 'btnametextcmp', prorettype => 'int4', proargtypes => 'name text',
+ prosrc => 'btnametextcmp' },
{ oid => '247',
proname => 'texteqname', proleakproof => 't', prorettype => 'bool',
proargtypes => 'text name', prosrc => 'texteqname' },
{ oid => '248',
- proname => 'textltname', proleakproof => 't', prorettype => 'bool',
- proargtypes => 'text name', prosrc => 'textltname' },
+ proname => 'textltname', prorettype => 'bool', proargtypes => 'text name',
+ prosrc => 'textltname' },
{ oid => '249',
- proname => 'textlename', proleakproof => 't', prorettype => 'bool',
- proargtypes => 'text name', prosrc => 'textlename' },
+ proname => 'textlename', prorettype => 'bool', proargtypes => 'text name',
+ prosrc => 'textlename' },
{ oid => '250',
- proname => 'textgename', proleakproof => 't', prorettype => 'bool',
- proargtypes => 'text name', prosrc => 'textgename' },
+ proname => 'textgename', prorettype => 'bool', proargtypes => 'text name',
+ prosrc => 'textgename' },
{ oid => '251',
- proname => 'textgtname', proleakproof => 't', prorettype => 'bool',
- proargtypes => 'text name', prosrc => 'textgtname' },
+ proname => 'textgtname', prorettype => 'bool', proargtypes => 'text name',
+ prosrc => 'textgtname' },
{ oid => '252',
proname => 'textnename', proleakproof => 't', prorettype => 'bool',
proargtypes => 'text name', prosrc => 'textnename' },
{ oid => '253', descr => 'less-equal-greater',
- proname => 'bttextnamecmp', proleakproof => 't', prorettype => 'int4',
- proargtypes => 'text name', prosrc => 'bttextnamecmp' },
+ proname => 'bttextnamecmp', prorettype => 'int4', proargtypes => 'text name',
+ prosrc => 'bttextnamecmp' },
{ oid => '266', descr => 'concatenate name and oid',
proname => 'nameconcatoid', prorettype => 'name', proargtypes => 'name oid',
@@ -982,14 +982,14 @@
proname => 'btoidsortsupport', prorettype => 'void',
proargtypes => 'internal', prosrc => 'btoidsortsupport' },
{ oid => '404', descr => 'less-equal-greater',
- proname => 'btoidvectorcmp', prorettype => 'int4',
+ proname => 'btoidvectorcmp', proleakproof => 't', prorettype => 'int4',
proargtypes => 'oidvector oidvector', prosrc => 'btoidvectorcmp' },
{ oid => '358', descr => 'less-equal-greater',
proname => 'btcharcmp', proleakproof => 't', prorettype => 'int4',
proargtypes => 'char char', prosrc => 'btcharcmp' },
{ oid => '359', descr => 'less-equal-greater',
- proname => 'btnamecmp', proleakproof => 't', prorettype => 'int4',
- proargtypes => 'name name', prosrc => 'btnamecmp' },
+ proname => 'btnamecmp', prorettype => 'int4', proargtypes => 'name name',
+ prosrc => 'btnamecmp' },
{ oid => '3135', descr => 'sort support',
proname => 'btnamesortsupport', prorettype => 'void',
proargtypes => 'internal', prosrc => 'btnamesortsupport' },
@@ -1308,17 +1308,17 @@
prosrc => 'int28' },
{ oid => '655',
- proname => 'namelt', proleakproof => 't', prorettype => 'bool',
- proargtypes => 'name name', prosrc => 'namelt' },
+ proname => 'namelt', prorettype => 'bool', proargtypes => 'name name',
+ prosrc => 'namelt' },
{ oid => '656',
- proname => 'namele', proleakproof => 't', prorettype => 'bool',
- proargtypes => 'name name', prosrc => 'namele' },
+ proname => 'namele', prorettype => 'bool', proargtypes => 'name name',
+ prosrc => 'namele' },
{ oid => '657',
- proname => 'namegt', proleakproof => 't', prorettype => 'bool',
- proargtypes => 'name name', prosrc => 'namegt' },
+ proname => 'namegt', prorettype => 'bool', proargtypes => 'name name',
+ prosrc => 'namegt' },
{ oid => '658',
- proname => 'namege', proleakproof => 't', prorettype => 'bool',
- proargtypes => 'name name', prosrc => 'namege' },
+ proname => 'namege', prorettype => 'bool', proargtypes => 'name name',
+ prosrc => 'namege' },
{ oid => '659',
proname => 'namene', proleakproof => 't', prorettype => 'bool',
proargtypes => 'name name', prosrc => 'namene' },
@@ -1335,22 +1335,22 @@
prosrc => 'varchar' },
{ oid => '619',
- proname => 'oidvectorne', prorettype => 'bool',
+ proname => 'oidvectorne', proleakproof => 't', prorettype => 'bool',
proargtypes => 'oidvector oidvector', prosrc => 'oidvectorne' },
{ oid => '677',
- proname => 'oidvectorlt', prorettype => 'bool',
+ proname => 'oidvectorlt', proleakproof => 't', prorettype => 'bool',
proargtypes => 'oidvector oidvector', prosrc => 'oidvectorlt' },
{ oid => '678',
- proname => 'oidvectorle', prorettype => 'bool',
+ proname => 'oidvectorle', proleakproof => 't', prorettype => 'bool',
proargtypes => 'oidvector oidvector', prosrc => 'oidvectorle' },
{ oid => '679',
- proname => 'oidvectoreq', prorettype => 'bool',
+ proname => 'oidvectoreq', proleakproof => 't', prorettype => 'bool',
proargtypes => 'oidvector oidvector', prosrc => 'oidvectoreq' },
{ oid => '680',
- proname => 'oidvectorge', prorettype => 'bool',
+ proname => 'oidvectorge', proleakproof => 't', prorettype => 'bool',
proargtypes => 'oidvector oidvector', prosrc => 'oidvectorge' },
{ oid => '681',
- proname => 'oidvectorgt', prorettype => 'bool',
+ proname => 'oidvectorgt', proleakproof => 't', prorettype => 'bool',
proargtypes => 'oidvector oidvector', prosrc => 'oidvectorgt' },
# OIDS 700 - 799
@@ -8269,23 +8269,23 @@
proname => 'pg_lsn_out', prorettype => 'cstring', proargtypes => 'pg_lsn',
prosrc => 'pg_lsn_out' },
{ oid => '3231',
- proname => 'pg_lsn_lt', prorettype => 'bool', proargtypes => 'pg_lsn pg_lsn',
- prosrc => 'pg_lsn_lt' },
+ proname => 'pg_lsn_lt', proleakproof => 't', prorettype => 'bool',
+ proargtypes => 'pg_lsn pg_lsn', prosrc => 'pg_lsn_lt' },
{ oid => '3232',
- proname => 'pg_lsn_le', prorettype => 'bool', proargtypes => 'pg_lsn pg_lsn',
- prosrc => 'pg_lsn_le' },
+ proname => 'pg_lsn_le', proleakproof => 't', prorettype => 'bool',
+ proargtypes => 'pg_lsn pg_lsn', prosrc => 'pg_lsn_le' },
{ oid => '3233',
- proname => 'pg_lsn_eq', prorettype => 'bool', proargtypes => 'pg_lsn pg_lsn',
- prosrc => 'pg_lsn_eq' },
+ proname => 'pg_lsn_eq', proleakproof => 't', prorettype => 'bool',
+ proargtypes => 'pg_lsn pg_lsn', prosrc => 'pg_lsn_eq' },
{ oid => '3234',
- proname => 'pg_lsn_ge', prorettype => 'bool', proargtypes => 'pg_lsn pg_lsn',
- prosrc => 'pg_lsn_ge' },
+ proname => 'pg_lsn_ge', proleakproof => 't', prorettype => 'bool',
+ proargtypes => 'pg_lsn pg_lsn', prosrc => 'pg_lsn_ge' },
{ oid => '3235',
- proname => 'pg_lsn_gt', prorettype => 'bool', proargtypes => 'pg_lsn pg_lsn',
- prosrc => 'pg_lsn_gt' },
+ proname => 'pg_lsn_gt', proleakproof => 't', prorettype => 'bool',
+ proargtypes => 'pg_lsn pg_lsn', prosrc => 'pg_lsn_gt' },
{ oid => '3236',
- proname => 'pg_lsn_ne', prorettype => 'bool', proargtypes => 'pg_lsn pg_lsn',
- prosrc => 'pg_lsn_ne' },
+ proname => 'pg_lsn_ne', proleakproof => 't', prorettype => 'bool',
+ proargtypes => 'pg_lsn pg_lsn', prosrc => 'pg_lsn_ne' },
{ oid => '3237',
proname => 'pg_lsn_mi', prorettype => 'numeric',
proargtypes => 'pg_lsn pg_lsn', prosrc => 'pg_lsn_mi' },
@@ -8296,8 +8296,8 @@
proname => 'pg_lsn_send', prorettype => 'bytea', proargtypes => 'pg_lsn',
prosrc => 'pg_lsn_send' },
{ oid => '3251', descr => 'less-equal-greater',
- proname => 'pg_lsn_cmp', prorettype => 'int4', proargtypes => 'pg_lsn pg_lsn',
- prosrc => 'pg_lsn_cmp' },
+ proname => 'pg_lsn_cmp', proleakproof => 't', prorettype => 'int4',
+ proargtypes => 'pg_lsn pg_lsn', prosrc => 'pg_lsn_cmp' },
{ oid => '3252', descr => 'hash',
proname => 'pg_lsn_hash', prorettype => 'int4', proargtypes => 'pg_lsn',
prosrc => 'pg_lsn_hash' },