Re: ipcclean in 8.1 broken?
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Bruce Momjian <pgman@candle.pha.pa.us>
Cc: Christopher Kings-Lynne <chriskl@familyhealth.com.au>, Peter Eisentraut <peter_e@gmx.net>, pgsql-hackers@postgresql.org
Date: 2006-03-03T18:49:23Z
Lists: pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes: > Tom Lane wrote: >> What's your point? The script fails anyway if that bit doesn't work. > Is 'id' better than what we have now if 'id' isn't widely supported? I'm repeating myself, but: what's your point? 'id' exists on Linux, and the script fails (in the worst possible way, ie, might remove inappropriate shmem segments) on all other platforms if it's unable to detect the correct EffectiveUser. I would argue that checking for a numeric, nonzero EffectiveUser is going to make it safer not less so. regards, tom lane