]> granicus.if.org Git - postgresql/commit
Remove useless setuid() call, instead add a check that real and effective
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 21 Apr 2001 18:29:29 +0000 (18:29 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 21 Apr 2001 18:29:29 +0000 (18:29 +0000)
commit8407bb3c724fa0c64996ad42f6c31f684f48b401
treea8a26b03a8836a4e123f743442f43760c337291e
parent9ae6819038afca93a6ea5790cf176c91c1c0de01
Remove useless setuid() call, instead add a check that real and effective
userids are the same.  Per today's pghackers discussion.
src/backend/main/main.c
src/backend/utils/init/findbe.c
src/backend/utils/init/postinit.c