OSDN Git Service

Consistently use geteuid() not getuid(); there were a few places deviating
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 8 Jan 2005 22:51:15 +0000 (22:51 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 8 Jan 2005 22:51:15 +0000 (22:51 +0000)
commit8afe005f424e43e783a0220a863099a0f1037052
tree035067593187f98fb45c141f6499cea231eaab61
parentb5adf46cbd18f1825d743c8d905f46bb3a4f4fc5
Consistently use geteuid() not getuid(); there were a few places deviating
from our long-established standard.
contrib/mSQL-interface/mpgsql.c
src/backend/libpq/be-secure.c
src/bin/initdb/initdb.c
src/bin/psql/help.c
src/bin/scripts/common.c
src/interfaces/libpq/fe-secure.c