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

Lists: pgsql-committers
From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend main/main.c utils/init/findb ...
Date: 2001-04-21 18:29:29
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl(at)hub(dot)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.