diff options
author | Marc G. Fournier | 1998-08-25 21:24:12 +0000 |
---|---|---|
committer | Marc G. Fournier | 1998-08-25 21:24:12 +0000 |
commit | 88b17d9c56bfd0b6d35b824e9edbce29ae241c33 (patch) | |
tree | 13e7463cf8647a23b0c053c4e83454fa7c7c5f33 /src/include/miscadmin.h | |
parent | ab00a220ab846e9cd4b928b6483aa51799eeabfd (diff) |
From: Massimo Dal Zotto <dz@cs.unitn.it>
> ps-status.patch
>
> macros for ps status, used by postgres.c and utility.c.
> Unfortunately ps status is system dependent and the current
> code doesn't work on linux. The use of macros confines system
> dependency to into one file (ps-status.h). Users of other
> operating systems should check this code and submit new macros.
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 3183185ca31..e2632d63e6c 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.31 1998/08/24 01:14:07 momjian Exp $ + * $Id: miscadmin.h,v 1.32 1998/08/25 21:24:12 scrappy Exp $ * * NOTES * some of the information in this file will be moved to @@ -41,7 +41,7 @@ extern bool QueryCancel; extern char *DataDir; extern int MyProcPid; - +extern struct Port *MyProcPort; extern long MyCancelKey; extern char OutputFileName[]; |