mirror of
https://github.com/postgres/postgres.git
synced 2026-06-03 06:18:35 -04:00
84fc571395
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.