getuid() vs geteuid()

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-hackers(at)postgreSQL(dot)org
Subject: getuid() vs geteuid()
Date: 2005-01-08 17:44:18
Message-ID: 6741.1105206258@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I notice that several uses of getuid() have snuck into the code, mostly
in relatively-recently-added SSL code. I assert that these all are
wrong and should be checking geteuid(). Is anyone going to complain
that we need an RC5 to change this?

regards, tom lane

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tony Caduto 2005-01-08 18:02:24 Re: Delphi+pqsql
Previous Message Pavel Stehule 2005-01-08 17:20:17 Re: Delphi+pqsql