mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
ARC strategy backed out ... sorry
Jan
This commit is contained in:
@ -12,7 +12,7 @@
|
||||
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: miscadmin.h,v 1.135 2003/11/13 00:40:01 wieck Exp $
|
||||
* $Id: miscadmin.h,v 1.136 2003/11/13 05:34:58 wieck Exp $
|
||||
*
|
||||
* NOTES
|
||||
* some of the information in this file should be moved to
|
||||
@ -96,13 +96,6 @@ extern void ProcessInterrupts(void);
|
||||
CritSectionCount--; \
|
||||
} while(0)
|
||||
|
||||
#define PG_DELAY(_msec) \
|
||||
{ \
|
||||
struct timeval delay; \
|
||||
delay.tv_sec = (_msec) / 1000; \
|
||||
delay.tv_usec = ((_msec) % 1000) * 1000; \
|
||||
(void) select(0, NULL, NULL, NULL, &delay); \
|
||||
}
|
||||
|
||||
/*****************************************************************************
|
||||
* globals.h -- *
|
||||
|
Reference in New Issue
Block a user