1
0
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:
Bruce Momjian
2000-06-15 03:33:12 +00:00
parent e362d4e1ea
commit df43800fc8
50 changed files with 99 additions and 93 deletions

View File

@ -39,6 +39,8 @@
#include "postgres.h"
#include "limits.h"
/*
* First, the stuff that ends up in the outside-world include file
*/

View File

@ -39,6 +39,8 @@
#include "postgres.h"
#include "limits.h"
/* utility definitions */
#define DUPMAX 100000000 /* xxx is this right? */
#define INFINITY (DUPMAX + 1)