diff options
author | Bruce Momjian | 1998-06-08 22:28:30 +0000 |
---|---|---|
committer | Bruce Momjian | 1998-06-08 22:28:30 +0000 |
commit | 3912b757050b5380939a474f1e244f5ce5c411f0 (patch) | |
tree | a1559ba3daa94054ac01e3a20f61fb0f8ccafa2a /src/include/miscadmin.h | |
parent | b206958d13d29d2ab2ebd8f0dbd94674402ec4cf (diff) |
Fixed exec path problem.
Diffstat (limited to 'src/include/miscadmin.h')
-rw-r--r-- | src/include/miscadmin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/miscadmin.h b/src/include/miscadmin.h index d7cee404c58..0c6dcfaaf97 100644 --- a/src/include/miscadmin.h +++ b/src/include/miscadmin.h @@ -11,7 +11,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: miscadmin.h,v 1.24 1998/05/29 17:00:22 momjian Exp $ + * $Id: miscadmin.h,v 1.25 1998/06/08 22:28:30 momjian Exp $ * * NOTES * some of the information in this file will be moved to @@ -126,7 +126,7 @@ extern void SetPgUserName(void); extern Oid GetUserId(void); extern void SetUserId(void); extern int ValidateBackend(char *path); -extern int FindBackend(char *backend, char *argv0); +extern int FindExec(char *backend, char *argv0); extern int CheckPathAccess(char *path, char *name, int open_mode); /* lower case version for case-insensitive SQL referenced in pg_proc.h */ |