Re: [HACKERS] 6.4 fixes. - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] 6.4 fixes.
Date
Msg-id 199809111700.NAA01960@candle.pha.pa.us
Whole thread Raw
In response to 6.4 fixes.  ("Billy G. Allie" <Bill.Allie@mug.org>)
List pgsql-hackers
I have applied this patch.  Some of the configure fixes where already in
done.  I have removed libpq++/Makefile and added libpq++/Makefile.in.  I
have also modified pgindent/README to prevent s_lock.h from being
processed in the future.


> 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.
>
Content-Description: uw7p3.patch

[Attachment, skipping...]

> ____       | 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    |


--
Bruce Momjian                          |  830 Blythe Avenue
maillist@candle.pha.pa.us              |  Drexel Hill, Pennsylvania 19026
  +  If your life is a hard drive,     |  (610) 353-9879(w)
  +  Christ can be your backup.        |  (610) 853-3000(h)

pgsql-hackers by date:

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