Bruce Momjian
|
b492c3accc
|
Add parentheses to macros when args are used in computations. Without
them, the executation behavior could be unexpected.
|
2005-05-25 21:40:43 +00:00 |
|
Tom Lane
|
380bd04c16
|
Standardize on using the Min, Max, and Abs macros that are in our c.h file,
getting rid of numerous ad-hoc versions that have popped up in various
places. Shortens code and avoids conflict with Windows min() and max()
macros.
|
2004-10-21 19:28:36 +00:00 |
|
Tom Lane
|
bf06825e31
|
Win32 compile fixes for pgbench, pgcrypto, and tsearch.
Claudio Natoli
|
2004-09-14 03:39:55 +00:00 |
|
Bruce Momjian
|
ea08e6cd55
|
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
initdb/regression tests pass.
|
2001-11-05 17:46:40 +00:00 |
|
Bruce Momjian
|
6783b2372e
|
Another pgindent run. Fixes enum indenting, and improves #endif
spacing. Also adds space for one-line comments.
|
2001-10-28 06:26:15 +00:00 |
|
Bruce Momjian
|
b81844b173
|
pgindent run on all C files. Java run to follow. initdb/regression
tests pass.
|
2001-10-25 05:50:21 +00:00 |
|
Tom Lane
|
b57705673d
|
txtidx datatype for full text indexing with GiST.
From Oleg Bartunov and Teodor Sigaev.
|
2001-10-12 23:19:09 +00:00 |
|