The attached patches fix the following problems:
Bruce Momjian <bruce@momjian.us>
The attached patches fix the following problems:
1. The UnixWare tas macro was reformatted (by indent or it like?) which caused
it to break. The asm macro construct is very particular about the %mem
construct -- it has to start in column 1.
2. When compiling libpq++, g++ was used even if configure found the C++ com-
piler to be CC.
3. When compiling libpq++, '-Wno-error' was added to CXXFLAGS, even if the
compiler wasn't g++.
Billy G. Allie
Files
| Path | Change | +/− |
|---|---|---|
| src/configure.in | modified | +1 −1 |
| src/include/storage/s_lock.h | modified | +6 −5 |
| src/interfaces/libpq++/Makefile.in (from src/interfaces/libpq++/Makefile) | renamed | +7 −1 |
| src/tools/pgindent/README | modified | +1 −1 |