diff options
Diffstat (limited to 'src/include/utils/varbit.h')
-rw-r--r-- | src/include/utils/varbit.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/utils/varbit.h b/src/include/utils/varbit.h index e4ea974c74..e2c0c12dbf 100644 --- a/src/include/utils/varbit.h +++ b/src/include/utils/varbit.h @@ -58,7 +58,6 @@ typedef struct #define VARBITEND(PTR) (((bits8 *) (PTR)) + VARSIZE(PTR)) /* Mask that will cover exactly one byte, i.e. BITS_PER_BYTE bits */ #define BITMASK 0xFF -#define BITHIGH 0x80 extern Datum bit_in(PG_FUNCTION_ARGS); |