postgresql/src/backend/utils
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
..
adt I have added these macros to c.h: 2005-12-25 02:14:19 +00:00
cache Simplify lock manager data structures by making a clear separation between 2005-12-09 01:22:04 +00:00
error Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
fmgr Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
hash Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
init Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
mb I have added these macros to c.h: 2005-12-25 02:14:19 +00:00
misc Wups, fat-fingered the calculation the first time. Update comment in 2005-12-23 23:28:35 +00:00
mmgr Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
resowner Fix bgwriter's failure to release buffer pins and open files after an 2005-12-08 19:19:22 +00:00
sort Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
time Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
.cvsignore Cleanup to ensure good state of derived files in tarballs. 2000-06-09 02:38:36 +00:00
Gen_fmgrtab.sh Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
Makefile Invent ResourceOwner mechanism as per my recent proposal, and use it to 2004-07-17 03:32:14 +00:00