diff options
author | Bruce Momjian | 2004-05-18 03:36:45 +0000 |
---|---|---|
committer | Bruce Momjian | 2004-05-18 03:36:45 +0000 |
commit | 3b382d1ae3be1250d9642a2cffb9e18e11a9cdbd (patch) | |
tree | c49ecdfd72ba59b320cc171490abf5609756819f /src/include/miscadmin.h | |
parent | 4307ca2a4073229a1d323edb53d56c049f952fce (diff) |
Clean up some relative path install issues with Claudio's help.
Diffstat (limited to 'src/include/miscadmin.h')
-rw-r--r-- | src/include/miscadmin.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/miscadmin.h b/src/include/miscadmin.h index a97caf0fac2..03491f2ee56 100644 --- a/src/include/miscadmin.h +++ b/src/include/miscadmin.h @@ -13,7 +13,7 @@ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/miscadmin.h,v 1.159 2004/05/17 14:35:33 momjian Exp $ + * $PostgreSQL: pgsql/src/include/miscadmin.h,v 1.160 2004/05/18 03:36:44 momjian Exp $ * * NOTES * some of the information in this file should be moved to @@ -143,6 +143,7 @@ extern long MyCancelKey; extern char OutputFileName[]; extern char my_exec_path[]; +extern char postgres_exec_path[]; extern char pkglib_path[]; /* |