Re: pgsql: Simplify validate_exec() by using access(2) to check file

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Simplify validate_exec() by using access(2) to check file
Date: 2010-01-14 04:36:42
Message-ID: 14591.1263443802@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Bruce Momjian <bruce(at)momjian(dot)us> writes:
> Are there any outside code modifications now that this is thread-safe?
> I can't find any myself.

I only saw the note to not trust the function in threadable code.
It might let us do some things later, but there doesn't seem to be
an immediate application.

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2010-01-14 04:38:36 Re: pgsql: Simplify validate_exec() by using access(2) to check file
Previous Message Bruce Momjian 2010-01-14 04:30:56 Re: pgsql: Simplify validate_exec() by using access(2) to check file