|
203 | 203 | { oid => '5071', descr => 'convert xid8 to xid',
|
204 | 204 | proname => 'xid', prorettype => 'xid', proargtypes => 'xid8',
|
205 | 205 | prosrc => 'xid8toxid' },
|
| 206 | +{ oid => '5097', descr => 'larger of two', |
| 207 | + proname => 'xid8_larger', prorettype => 'xid8', proargtypes => 'xid8 xid8', |
| 208 | + prosrc => 'xid8_larger' }, |
| 209 | +{ oid => '5098', descr => 'smaller of two', |
| 210 | + proname => 'xid8_smaller', prorettype => 'xid8', proargtypes => 'xid8 xid8', |
| 211 | + prosrc => 'xid8_smaller' }, |
206 | 212 | { oid => '69',
|
207 | 213 | proname => 'cideq', proleakproof => 't', prorettype => 'bool',
|
208 | 214 | proargtypes => 'cid cid', prosrc => 'cideq' },
|
|
6564 | 6570 | { oid => '4189', descr => 'maximum value of all pg_lsn input values',
|
6565 | 6571 | proname => 'max', prokind => 'a', proisstrict => 'f', prorettype => 'pg_lsn',
|
6566 | 6572 | proargtypes => 'pg_lsn', prosrc => 'aggregate_dummy' },
|
| 6573 | +{ oid => '5099', descr => 'maximum value of all xid8 input values', |
| 6574 | + proname => 'max', prokind => 'a', proisstrict => 'f', prorettype => 'xid8', |
| 6575 | + proargtypes => 'xid8', prosrc => 'aggregate_dummy' }, |
6567 | 6576 |
|
6568 | 6577 | { oid => '2131', descr => 'minimum value of all bigint input values',
|
6569 | 6578 | proname => 'min', prokind => 'a', proisstrict => 'f', prorettype => 'int8',
|
|
6631 | 6640 | { oid => '4190', descr => 'minimum value of all pg_lsn input values',
|
6632 | 6641 | proname => 'min', prokind => 'a', proisstrict => 'f', prorettype => 'pg_lsn',
|
6633 | 6642 | proargtypes => 'pg_lsn', prosrc => 'aggregate_dummy' },
|
| 6643 | +{ oid => '5100', descr => 'minimum value of all xid8 input values', |
| 6644 | + proname => 'min', prokind => 'a', proisstrict => 'f', prorettype => 'xid8', |
| 6645 | + proargtypes => 'xid8', prosrc => 'aggregate_dummy' }, |
6634 | 6646 |
|
6635 | 6647 | # count has two forms: count(any) and count(*)
|
6636 | 6648 | { oid => '2147',
|
|
0 commit comments