On October 26, 2016 9:38:49 PM GMT+03:00, Merlin Moncure <mmonc...@gmail.com> 
wrote:
>On Wed, Oct 26, 2016 at 1:34 PM, Andres Freund <and...@anarazel.de>
>wrote:
>> Any chance that plsh or the script it executes does anything with the
>file descriptors it inherits? That'd certainly one way to get into odd
>corruption issues.
>
>not sure.  it's pretty small -- see
>https://github.com/petere/plsh/blob/master/plsh.c

Afaics that could also be in your script, not just plsh. The later doesn't seem 
to close all file handles above stderr, which means that all handles for 
relations etc week be open in your script.  If you e.g. do any unusual 
redirections (2>&17 or such), that could end badly.   But I'm just on my phone, 
in a taxi without seatbelts, at 60mph, so I didn't look carefully.

Andres
-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to