diff options
Diffstat (limited to 'src/backend/utils/init/findbe.c')
-rw-r--r-- | src/backend/utils/init/findbe.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/backend/utils/init/findbe.c b/src/backend/utils/init/findbe.c index d59b3bfa075..507e3db2099 100644 --- a/src/backend/utils/init/findbe.c +++ b/src/backend/utils/init/findbe.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/utils/init/Attic/findbe.c,v 1.20 2001/01/24 19:43:15 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/utils/init/Attic/findbe.c,v 1.21 2001/04/21 18:29:29 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -93,9 +93,6 @@ ValidateBinary(char *path) /* * Ensure that the file is both executable and readable (required for * dynamic loading). - * - * We use the effective uid here because the backend will not have - * executed setuid() by the time it calls this routine. */ euid = geteuid(); if (euid == buf.st_uid) |