The attached patches fix the following problems:

Bruce Momjian <bruce@momjian.us>

Commit: f1ab71ec5f2614540587282bcaa4dad44a54efa7
Author: Bruce Momjian <bruce@momjian.us>
Date: 1998-09-11T16:56:24Z
Releases: 7.1.1
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

PathChange+/−
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