diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2010-12-27 14:57:41 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2010-12-27 14:57:41 -0500 |
commit | 84fc571395f6986d912cda6c09826cb10caee7f0 (patch) | |
tree | 880e703cee80d9832225f614f0ed951e76bf952a /src/backend/access/gist/gist.c | |
parent | 8c61f81b3196fe9757901e90e3fc1b30283d3995 (diff) | |
download | postgresql-84fc571395f6986d912cda6c09826cb10caee7f0.tar.gz postgresql-84fc571395f6986d912cda6c09826cb10caee7f0.zip |
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/backend/access/gist/gist.c')
0 files changed, 0 insertions, 0 deletions