Re: psql session log

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: lsunley(at)mb(dot)sympatico(dot)ca, pgsql-patches(at)postgresql(dot)org
Subject: Re: psql session log
Date: 2005-01-04 14:49:45
Message-ID: 200501041449.j04Enjj00851@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Peter Eisentraut wrote:
> lsunley(at)mb(dot)sympatico(dot)ca wrote:
> > NOTE - the patch to the makefile is to keep it from constantly
> > building psql.exe as the target "psql" all by itself is never created
> > as the output executable on OS/2 and Windows is psql.exe.
>
> If this were a problem on Windows, we'd have more problems all over the
> place, not only in psql's makefile. On Cygwin, I know there is no
> problem, because of the peculiar way that the system calls map the file
> names. Not sure what native Windows does.

I tested this on MinGW and didn't have the rebuild problem either.
gmake seems to know the .exe is implied. I wonder if this is an OS/2
gmake bug.

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

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Eisentraut 2005-01-04 19:47:51 Final call for translation updates
Previous Message Oliver Jowett 2005-01-04 12:36:16 Re: Implementing RESET CONNECTION ...