Re: Remove sort files

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(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:50:32
Message-ID: 14847.990633032@sss.pgh.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.

regards, tom lane

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2001-05-23 15:55:42 Re: Remove sort files
Previous Message Bruce Momjian 2001-05-23 15:33:48 Re: Remove sort files