6.4 fixes. - Mailing list pgsql-hackers

From Billy G. Allie
Subject 6.4 fixes.
Date
Msg-id 199809111546.LAA16194@bgalli.mug.org
Whole thread Raw
Responses Re: [HACKERS] 6.4 fixes.  (Bruce Momjian <maillist@candle.pha.pa.us>)
List 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.

____       | Billy G. Allie    | Domain....: Bill.Allie@mug.org
|  /|      | 7436 Hartwell     | Compuserve: 76337,2061
|-/-|----- | Dearborn, MI 48126| MSN.......: B_G_Allie@email.msn.com
|/  |LLIE  | (313) 582-1540    |

Attachment

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Missing headers Windows NT port
Next
From: "Joost Kraaijeveld"
Date:
Subject: RE: [HACKERS] Missing headers Windows NT port