You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Bruce Momjian
a93f397423
On architectures where we don't have any special inline code for
...
GCC, the inner "#if defined(__GNUC__)" can just be omitted in that
architecture's block.
The existing arrangement with an outer "#if defined(__GNUC__)"
doesn't have any obvious benefit, and it encourages missed cases
like this one.
BTW, I'd suggest making the definition of clear_lock for HPUX be
static const slock_t clear_lock = {{-1, -1, -1, -1}};
The extra braces are needed to suppress warnings from gcc, and
declaring it const just seems like good practice.
regards, tom lane
28 years ago
..
access
Change atttypmod from int16 to int32, for Thomas.
28 years ago
bootstrap
pgindent run before 6.3 release, with Thomas' requested changes.
28 years ago
catalog
Change atttypmod from int16 to int32, for Thomas.
28 years ago
commands
From: Tom Lane <tgl@sss.pgh.pa.us>
28 years ago
executor
Patch for ReScan of Group.
28 years ago
lib
Fix spelling of "including
28 years ago
libpq
Inline function, rename libpq variablees, change lrel to lockrel.
28 years ago
nodes
Rename Rel to RelOptInfo.
28 years ago
optimizer
Rename Rel to RelOptInfo.
28 years ago
parser
Change atttypmod from int16 to int32, for Thomas.
28 years ago
port
From: Tom Lane <tgl@sss.pgh.pa.us>
28 years ago
regex
Hi, here are the patches to enhance existing MB handling. This time
28 years ago
rewrite
pgindent run before 6.3 release, with Thomas' requested changes.
28 years ago
storage
On architectures where we don't have any special inline code for
28 years ago
tcop
Show backend status on ps command line. Remove unused args from
28 years ago
utils
Change atttypmod from int16 to int32, for Thomas.
28 years ago
c.h
rename MAIN_MEMORY to STABLE_MEMORY_STORAGE
28 years ago
config.h.in
Add a check for DBL_MIN problem...not sure if this is right...needs
28 years ago
miscadmin.h
From: Tom Lane <tgl@sss.pgh.pa.us>
28 years ago
postgres.h
Hello!
28 years ago
postgres_ext.h
Massive commit to run PGINDENT on all *.c and *.h files.
29 years ago
rusagestub.h
pgindent run before 6.3 release, with Thomas' requested changes.
28 years ago
strdup.h
Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting.
29 years ago
version.h.in
Now 6.4.
28 years ago