mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
Make it compile on Ultrix. Thanks Erik Bertelson.
This commit is contained in:
@ -37,6 +37,8 @@
|
||||
* @(#)utils.h 8.3 (Berkeley) 3/20/94
|
||||
*/
|
||||
|
||||
#include "config.h" /* HAVE_MEMMOVE */
|
||||
|
||||
/* utility definitions */
|
||||
#define DUPMAX 100000000 /* xxx is this right? */
|
||||
#define INFINITY (DUPMAX + 1)
|
||||
|
Reference in New Issue
Block a user