pgsql/src/backend main/main.c utils/init/findb ...

Started by Tom Laneover 25 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl@hub.org 01/04/21 14:29:29

Modified files:
src/backend/main: main.c
src/backend/utils/init: findbe.c postinit.c

Log message:
Remove useless setuid() call, instead add a check that real and effective
userids are the same. Per today's pghackers discussion.