|
7995 | 7995 | { oid => '2237', descr => 'bitwise-or smallint aggregate',
|
7996 | 7996 | proname => 'bit_or', prokind => 'a', proisstrict => 'f', prorettype => 'int2',
|
7997 | 7997 | proargtypes => 'int2', prosrc => 'aggregate_dummy' },
|
| 7998 | +{ oid => '8452', descr => 'bitwise-xor smallint aggregate', |
| 7999 | + proname => 'bit_xor', prokind => 'a', proisstrict => 'f', prorettype => 'int2', |
| 8000 | + proargtypes => 'int2', prosrc => 'aggregate_dummy' }, |
7998 | 8001 | { oid => '2238', descr => 'bitwise-and integer aggregate',
|
7999 | 8002 | proname => 'bit_and', prokind => 'a', proisstrict => 'f',
|
8000 | 8003 | prorettype => 'int4', proargtypes => 'int4', prosrc => 'aggregate_dummy' },
|
8001 | 8004 | { oid => '2239', descr => 'bitwise-or integer aggregate',
|
8002 | 8005 | proname => 'bit_or', prokind => 'a', proisstrict => 'f', prorettype => 'int4',
|
8003 | 8006 | proargtypes => 'int4', prosrc => 'aggregate_dummy' },
|
| 8007 | +{ oid => '8453', descr => 'bitwise-xor integer aggregate', |
| 8008 | + proname => 'bit_xor', prokind => 'a', proisstrict => 'f', prorettype => 'int4', |
| 8009 | + proargtypes => 'int4', prosrc => 'aggregate_dummy' }, |
8004 | 8010 | { oid => '2240', descr => 'bitwise-and bigint aggregate',
|
8005 | 8011 | proname => 'bit_and', prokind => 'a', proisstrict => 'f',
|
8006 | 8012 | prorettype => 'int8', proargtypes => 'int8', prosrc => 'aggregate_dummy' },
|
8007 | 8013 | { oid => '2241', descr => 'bitwise-or bigint aggregate',
|
8008 | 8014 | proname => 'bit_or', prokind => 'a', proisstrict => 'f', prorettype => 'int8',
|
8009 | 8015 | proargtypes => 'int8', prosrc => 'aggregate_dummy' },
|
| 8016 | +{ oid => '8454', descr => 'bitwise-xor bigint aggregate', |
| 8017 | + proname => 'bit_xor', prokind => 'a', proisstrict => 'f', prorettype => 'int8', |
| 8018 | + proargtypes => 'int8', prosrc => 'aggregate_dummy' }, |
8010 | 8019 | { oid => '2242', descr => 'bitwise-and bit aggregate',
|
8011 | 8020 | proname => 'bit_and', prokind => 'a', proisstrict => 'f', prorettype => 'bit',
|
8012 | 8021 | proargtypes => 'bit', prosrc => 'aggregate_dummy' },
|
8013 | 8022 | { oid => '2243', descr => 'bitwise-or bit aggregate',
|
8014 | 8023 | proname => 'bit_or', prokind => 'a', proisstrict => 'f', prorettype => 'bit',
|
8015 | 8024 | proargtypes => 'bit', prosrc => 'aggregate_dummy' },
|
| 8025 | +{ oid => '8455', descr => 'bitwise-xor bit aggregate', |
| 8026 | + proname => 'bit_xor', prokind => 'a', proisstrict => 'f', prorettype => 'bit', |
| 8027 | + proargtypes => 'bit', prosrc => 'aggregate_dummy' }, |
8016 | 8028 |
|
8017 | 8029 | # formerly-missing interval + datetime operators
|
8018 | 8030 | { oid => '2546',
|
|
0 commit comments