1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Patch for Solaris 2.5 from: adrian@waltham.harvard.net

This commit is contained in:
Marc G. Fournier
1997-04-15 18:18:45 +00:00
parent 6fd4e2b414
commit 5dcc9bef6e
6 changed files with 17 additions and 7 deletions

View File

@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/commands/vacuum.c,v 1.27 1997/04/02 03:48:01 vadim Exp $
* $Header: /cvsroot/pgsql/src/backend/commands/vacuum.c,v 1.28 1997/04/15 18:18:21 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -53,6 +53,8 @@
# include <sys/resource.h>
#endif
#include <port-protos.h>
bool VacuumRunning = false;
static int MESSAGE_LEVEL; /* message level */