#include "postgres.h"

moved upper.
This commit is contained in:
Vadim B. Mikheev 1997-01-08 10:33:46 +00:00
parent 3c4b21493d
commit ce5009f99b
1 changed files with 4 additions and 3 deletions

View File

@ -7,10 +7,13 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/optimizer/path/costsize.c,v 1.7 1997/01/06 00:08:31 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/optimizer/path/costsize.c,v 1.8 1997/01/08 10:33:46 vadim Exp $
*
*-------------------------------------------------------------------------
*/
#include "postgres.h"
#include <math.h>
#ifdef WIN32
# include <float.h>
@ -25,8 +28,6 @@
# endif
#endif
#include "postgres.h"
#include <utils/lsyscache.h>
#include "nodes/relation.h"