1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-13 07:41:39 +03:00

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.
This commit is contained in:
Marc G. Fournier
1998-08-25 21:24:12 +00:00
parent ab00a220ab
commit 88b17d9c56
4 changed files with 50 additions and 52 deletions

View File

@ -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[];