Integer binary operators, from Marko Kreen <marko@l-t.ee>. Renamed bitxor
Peter Eisentraut <peter_e@gmx.net>
Integer binary operators, from Marko Kreen <marko@l-t.ee>. Renamed bitxor operator to '#' for consistency. Parser still needs work.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/oper.sgml | modified | +31 −1 |
| src/backend/utils/adt/int8.c | modified | +63 −1 |
| src/backend/utils/adt/int.c | modified | +119 −1 |
| src/include/catalog/pg_operator.h | modified | +23 −2 |
| src/include/catalog/pg_proc.h | modified | +39 −1 |
| src/include/utils/builtins.h | modified | +14 −1 |
| src/include/utils/int8.h | modified | +8 −1 |