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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user