Re: [HACKERS] 6.4 fixes.

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: Bill(dot)Allie(at)mug(dot)org
Cc: hackers(at)postgreSQL(dot)org, pgsql-patchs(at)postgreSQL(dot)org
Subject: Re: [HACKERS] 6.4 fixes.
Date: 1998-09-11 17:00:55
Message-ID: 199809111700.NAA01960@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)Allie(at)mug(dot)org
> | /| | 7436 Hartwell | Compuserve: 76337,2061
> |-/-|----- | Dearborn, MI 48126| MSN.......: B_G_Allie(at)email(dot)msn(dot)com
> |/ |LLIE | (313) 582-1540 |

--
Bruce Momjian | 830 Blythe Avenue
maillist(at)candle(dot)pha(dot)pa(dot)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)

In response to

  • 6.4 fixes. at 1998-09-11 15:46:20 from Billy G. Allie

Browse pgsql-hackers by date

  From Date Subject
Next Message Joost Kraaijeveld 1998-09-11 17:04:35 Postgres compiled on Windopws NT
Previous Message David Hartwig 1998-09-11 16:56:48 Re: [HACKERS] Missing headers Windows NT port