| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
-fno-strict-aliasing.
|
| | |
|
| |
|
|
|
|
|
|
| |
When --enable-debug is used, then the default CFLAGS for non-GCC is just
-g without -O.
Backpatch enhancement of Autoconf inline test that detects problems with
the HP C compiler.
|
| |
|
|
| |
option -fno-strict-aliasing is available.
|
| |
|
|
|
|
|
| |
rewritten and the protocol is changed, but most elog calls are still
elog calls. Also, we need to contemplate mechanisms for controlling
all this functionality --- eg, how much stuff should appear in the
postmaster log? And what API should libpq expose for it?
|
| |
|
|
| |
parts. Standardize spelling of comments in pg_config.h.
|
| |
|
|
|
|
|
|
|
| |
separate macro. Also add support for %I64d which is the way on Windows.
The code that checks for the 64-bit int type now gives more reasonable
results when cross-compiling: In that case we just take the compiler's
information and trust that the arithmetic works. Disabling int64 is too
pessimistic.
|
| |
|
|
|
|
| |
calls with new or now-built-in versions. Make sure that all
calls to AC_DEFINE have a third argument, for possible use of
autoheader in the future.
|
| |
|
|
| |
which include files to consider. Should fix BeOS problems with int8 types.
|
| | |
|
| |
|
|
| |
the harm potential outweighs the possible benefits.
|
|
|
Interfaced a lot of the custom tests to the config.cache, in the process
made them separate macros and grouped them out into files. Made naming
adjustments.
Removed a couple of useless/unused configure tests.
Disabled C++ by default. C++ is no more special than Perl, Python, and Tcl.
And it breaks equally often. :(
|