From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | pgsql-committers(at)postgresql(dot)org |
Subject: | Re: pgsql-server/src/interfaces/libpq Makefile |
Date: | 2003-04-22 03:26:13 |
Message-ID: | 200304220326.h3M3QDC04292@candle.pha.pa.us |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Tom Lane wrote:
> momjian(at)postgresql(dot)org (Bruce Momjian - CVS) writes:
> > Modified files:
> > src/interfaces/libpq: Makefile
>
> > Log message:
> > Add dirmod to libpq Makefile.
>
> Why? libpq doesn't use rename, and I don't think it should be using
Also, keep in mind that it will effect other clients who do use
rename/unlink. The question is whether they assume Unix semantics on
those commands. I don't know the answer, but I assumed they did.
> unlink (someone *please* tell me that that unlink in getaddrinfo_unix
> is a brain-dead error...)
Not sure --- that's why I added it.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2003-04-22 03:39:18 | Re: pgsql-server/src/interfaces/libpq Makefile |
Previous Message | Tom Lane | 2003-04-22 02:54:04 | Re: pgsql-server/src/interfaces/libpq Makefile |