postgresql/src/backend/access
Bruce Momjian 261114a23f 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.
2005-12-25 02:14:19 +00:00
..
common I have added these macros to c.h: 2005-12-25 02:14:19 +00:00
gist Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
hash Adjust string comparison so that only bitwise-equal strings are considered 2005-12-22 22:50:00 +00:00
heap Tweak indexscan machinery to avoid taking an AccessShareLock on an index 2005-12-03 05:51:03 +00:00
index Tweak indexscan machinery to avoid taking an AccessShareLock on an index 2005-12-03 05:51:03 +00:00
nbtree Push the responsibility for handling ignore_killed_tuples down into 2005-12-07 19:37:53 +00:00
transam Divide the lock manager's shared state into 'partitions', so as to 2005-12-11 21:02:18 +00:00
Makefile R-tree is dead ... long live GiST. 2005-11-07 17:36:47 +00:00