diff options
author | Tom Lane | 2010-12-27 19:57:41 +0000 |
---|---|---|
committer | Tom Lane | 2010-12-27 19:57:41 +0000 |
commit | 84fc571395f6986d912cda6c09826cb10caee7f0 (patch) | |
tree | 880e703cee80d9832225f614f0ed951e76bf952a /src/tools/pginclude/cpluspluscheck | |
parent | 8c61f81b3196fe9757901e90e3fc1b30283d3995 (diff) |
Rename the C functions bitand(), bitor() to bit_and(), bit_or().
This is to avoid use of the C++ keywords "bitand" and "bitor" in
the header file utils/varbit.h. Note the functions' SQL-level
names are not changed, only their C-level names.
In passing, make some comments in varbit.c conform to project-standard
layout.
Diffstat (limited to 'src/tools/pginclude/cpluspluscheck')
0 files changed, 0 insertions, 0 deletions