1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-15 03:41:20 +03:00

Various cleanups to satisfy -Werror, but there are some errors that I'm

not certain how to fix, so left them there and enabled -Wno-error for
this directory for now
This commit is contained in:
Marc G. Fournier
1997-02-19 14:52:06 +00:00
parent 950c57600e
commit ee6d3a7326
6 changed files with 26 additions and 19 deletions

View File

@@ -5,7 +5,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: geqo_eval.c,v 1.3 1997/02/19 14:29:22 scrappy Exp $
* $Id: geqo_eval.c,v 1.4 1997/02/19 14:51:57 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -40,6 +40,8 @@
#include "optimizer/pathnode.h"
#include "optimizer/clauses.h"
#include "optimizer/cost.h"
#include "optimizer/tlist.h"
#include "optimizer/joininfo.h"
#include "optimizer/geqo_gene.h"
#include "optimizer/geqo.h"