mirror of
https://github.com/postgres/postgres.git
synced 2025-07-03 20:02:46 +03:00
Clean up #include's.
This commit is contained in:
@ -39,6 +39,8 @@
|
||||
|
||||
#include "postgres.h"
|
||||
|
||||
#include "limits.h"
|
||||
|
||||
/*
|
||||
* First, the stuff that ends up in the outside-world include file
|
||||
*/
|
||||
|
@ -39,6 +39,8 @@
|
||||
|
||||
#include "postgres.h"
|
||||
|
||||
#include "limits.h"
|
||||
|
||||
/* utility definitions */
|
||||
#define DUPMAX 100000000 /* xxx is this right? */
|
||||
#define INFINITY (DUPMAX + 1)
|
||||
|
Reference in New Issue
Block a user