Commit ce5009f9 authored by Vadim B. Mikheev's avatar Vadim B. Mikheev

#include "postgres.h"

moved upper.
parent 3c4b2149
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment