aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_expr.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-12-25 02:14:19 +0000
committerBruce Momjian <bruce@momjian.us>2005-12-25 02:14:19 +0000
commit261114a23f51c3d35a50ac27f2f453c6767bfeff (patch)
treebe7be693d6fe6782a4f1535fa3b05cb2e76cb363 /src/backend/parser/parse_expr.c
parenta4d69a410d9690340456c11dec5be1200ce760b7 (diff)
downloadpostgresql-261114a23f51c3d35a50ac27f2f453c6767bfeff.tar.gz
postgresql-261114a23f51c3d35a50ac27f2f453c6767bfeff.zip
I have added these macros to c.h:
#define HIGHBIT (0x80) #define IS_HIGHBIT_SET(ch) ((unsigned char)(ch) & HIGHBIT) and removed CSIGNBIT and mapped it uses to HIGHBIT. I have also added uses for IS_HIGHBIT_SET where appropriate. This change is purely for code clarity.
Diffstat (limited to 'src/backend/parser/parse_expr.c')
0 files changed, 0 insertions, 0 deletions