]> granicus.if.org Git - postgresql/commit
Integer binary operators, from Marko Kreen <marko@l-t.ee>. Renamed bitxor
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 24 Oct 2000 20:16:48 +0000 (20:16 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 24 Oct 2000 20:16:48 +0000 (20:16 +0000)
commitb0c1c53a4338f1982a44006af205917d3a8e0670
treea9539208551dfb378d2e8e56d8bbc8d87b5e5a88
parentfa9357d0b75dcd4e3910a7100545cf78cc231f68
Integer binary operators, from Marko Kreen <marko@l-t.ee>.  Renamed bitxor
operator to '#' for consistency.  Parser still needs work.
doc/src/sgml/oper.sgml
src/backend/utils/adt/int.c
src/backend/utils/adt/int8.c
src/include/catalog/pg_operator.h
src/include/catalog/pg_proc.h
src/include/utils/builtins.h
src/include/utils/int8.h