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.