Re: Remove sort files

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: Michael Richards <michael(at)fastmail(dot)ca>, pgsql-patches(at)postgresql(dot)org
Subject: Re: Remove sort files
Date: 2001-05-23 15:55:42
Message-ID: 200105231555.f4NFthH13060@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

> Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> > Here is an updated patch which forces find and rm to come from /bin or
> > /usr/bin. Seems safer that way.
>
> createdb and dropdb assume that they should use cp and rm as found in
> the postmaster's PATH. I see no good reason why this code shouldn't
> behave the same.

OK. I thought people would think my use of find and rm in the
postmaster code to be terrible, but I guess not. PATH stuff removed.

Again, this is a work in progress.

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

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2001-05-23 16:27:47 Re: Remove sort files
Previous Message Tom Lane 2001-05-23 15:50:32 Re: Remove sort files