From: | "Billy G(dot) Allie" <Bill(dot)Allie(at)mug(dot)org> |
---|---|
To: | hackers(at)postgreSQL(dot)org |
Cc: | pgsql-patchs(at)postgreSQL(dot)org |
Subject: | 6.4 fixes. |
Date: | 1998-09-11 15:46:20 |
Message-ID: | 199809111546.LAA16194@bgalli.mug.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
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++.
Open issues with the UnixWare 7 port:
1. Connecting using the AF_UNIX family does not work correctly. The first
connection works fine. Re-connecting (i.e. \connect within psql) fails.
This is a low priority item with me since connections via AF_INET work
without problems.
Attachment | Content-Type | Size |
---|---|---|
uw7p3.patch | application/x-patch | 9.6 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Joost Kraaijeveld | 1998-09-11 15:51:23 | RE: [HACKERS] Missing headers Windows NT port |
Previous Message | Bruce Momjian | 1998-09-11 15:17:05 | Re: [HACKERS] Missing headers Windows NT port |