Re: src/backend/Makefile CDPATH Patch - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: src/backend/Makefile CDPATH Patch
Date
Msg-id 200104231925.f3NJPcN02648@candle.pha.pa.us
Whole thread Raw
In response to src/backend/Makefile CDPATH Patch  (Jason Tishler <Jason.Tishler@dothill.com>)
Responses Re: src/backend/Makefile CDPATH Patch
Re: src/backend/Makefile CDPATH Patch
List pgsql-patches
> The above is due to the following:
>
>     $ export CDPATH=.:/home/jt:/home/jt/src:/home/jt/lib
>     $ echo `cd parser/ && pwd`
>     /home/jt/src/pgsql/src/backend/parser /home/jt/src/pgsql/src/backend/parser

Basically, you are telling me that if there are two matching parser
directories, pwd gets set to _both_ of them.  Sorry, I don't think we
want to work around a bug like that, so we?

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-patches by date:

Previous
From: Jason Tishler
Date:
Subject: src/backend/Makefile CDPATH Patch
Next
From: Jason Tishler
Date:
Subject: Re: src/backend/Makefile CDPATH Patch