Re: psql session log

From: lsunley(at)mb(dot)sympatico(dot)ca
To: Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-patches(at)postgresql(dot)org
Subject: Re: psql session log
Date: 2005-01-04 23:51:10
Message-ID: 0I9T00D53JQPN7@l-daemon
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

In <200501041449(dot)j04Enjj00851(at)candle(dot)pha(dot)pa(dot)us>, on 01/04/05
at 09:49 AM, Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> said:

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

Looks like it could be...

I even added an explicit .SUFFIXES: .exe and it will still build the exe
file when it is present from a make just done.

what a PITA

--
-----------------------------------------------------------
lsunley(at)mb(dot)sympatico(dot)ca
-----------------------------------------------------------

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message lsunley 2005-01-04 23:59:09 Re: Session log for psql
Previous Message Oliver Jowett 2005-01-04 22:20:36 Re: Implementing RESET CONNECTION ...