-
- Downloads
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
Showing
- src/configure.in 1 addition, 1 deletionsrc/configure.in
- src/include/storage/s_lock.h 6 additions, 5 deletionssrc/include/storage/s_lock.h
- src/interfaces/libpq++/Makefile.in 7 additions, 1 deletionsrc/interfaces/libpq++/Makefile.in
- src/tools/pgindent/README 1 addition, 1 deletionsrc/tools/pgindent/README
Loading
Please register or sign in to comment