1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-26 12:21:12 +03:00

Part of patch to make a working nextstep port.

This commit is contained in:
Bryan Henderson
1997-01-13 03:54:48 +00:00
parent 0d3bf78e0b
commit 6ece8a8d0b
5 changed files with 42 additions and 25 deletions

View File

@ -7,12 +7,13 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/optimizer/path/costsize.c,v 1.8 1997/01/08 10:33:46 vadim Exp $
* $Header: /cvsroot/pgsql/src/backend/optimizer/path/costsize.c,v 1.9 1997/01/13 03:54:15 bryanh Exp $
*
*-------------------------------------------------------------------------
*/
#include "postgres.h"
#include "config.h"
#include <math.h>
#ifdef WIN32
@ -24,7 +25,9 @@
# include <machine/limits.h>
# define MAXINT INT_MAX
# else
# include <values.h>
# ifdef USE_VALUES_H
# include <values.h>
# endif
# endif
#endif