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

The check should be for getrusage(), not rusage() ... change the defines

to reflect what configure is going to define when the time comes
This commit is contained in:
Marc G. Fournier
1997-01-25 19:29:47 +00:00
parent 378a2c1102
commit 37e8621623
2 changed files with 7 additions and 7 deletions

View File

@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/commands/vacuum.c,v 1.16 1997/01/24 23:48:27 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/commands/vacuum.c,v 1.17 1997/01/25 19:29:36 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -40,7 +40,7 @@
#include <commands/vacuum.h>
#include <storage/bufpage.h>
#include "storage/shmem.h"
#ifndef HAVE_RUSAGE
#ifndef HAVE_GETRUSAGE
# include <rusagestub.h>
#else
# include <sys/time.h>