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

Cleanup of /include #include's, for 6.6 only.

This commit is contained in:
Bruce Momjian
1999-07-14 01:20:30 +00:00
parent ad4948862c
commit 0cf1b79528
71 changed files with 143 additions and 109 deletions

View File

@@ -3,7 +3,7 @@
* geqo_erx.c
* edge recombination crossover [ER]
*
* $Id: geqo_erx.c,v 1.11 1999/02/13 23:16:06 momjian Exp $
* $Id: geqo_erx.c,v 1.12 1999/07/14 01:19:51 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -51,6 +51,7 @@
#include "optimizer/geqo_recombination.h"
#include "optimizer/geqo_random.h"
#include "utils/mcxt.h"
static int gimme_edge(Gene gene1, Gene gene2, Edge *edge_table);
static void remove_gene(Gene gene, Edge edge, Edge *edge_table);

View File

@@ -5,7 +5,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: geqo_params.c,v 1.17 1999/05/22 23:27:19 tgl Exp $
* $Id: geqo_params.c,v 1.18 1999/07/14 01:19:51 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -45,6 +45,8 @@
#include "storage/fd.h"
#include "utils/mcxt.h"
/*
* Parameter values read from the config file (or defaulted) are stored here
* by geqo_params().

View File

@@ -6,7 +6,7 @@
* PMX operator according to Goldberg & Lingle
* (Proc Int'l Conf on GA's)
*
* $Id: geqo_pmx.c,v 1.5 1999/02/13 23:16:11 momjian Exp $
* $Id: geqo_pmx.c,v 1.6 1999/07/14 01:19:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -53,6 +53,7 @@
#include "optimizer/geqo_recombination.h"
#include "optimizer/geqo_random.h"
#include "utils/mcxt.h"
/* pmx
*

View File

@@ -5,7 +5,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: geqo_pool.c,v 1.12 1999/05/25 16:09:18 momjian Exp $
* $Id: geqo_pool.c,v 1.13 1999/07/14 01:19:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -41,6 +41,7 @@
#include "optimizer/geqo_copy.h"
#include "optimizer/geqo_recombination.h"
#include "utils/mcxt.h"
static int compare(const void *arg1, const void *arg2);

View File

@@ -3,7 +3,7 @@
* geqo_recombination.c
* misc recombination procedures
*
* $Id: geqo_recombination.c,v 1.7 1999/02/13 23:16:12 momjian Exp $
* $Id: geqo_recombination.c,v 1.8 1999/07/14 01:19:53 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -38,6 +38,7 @@
#include "optimizer/geqo_recombination.h"
#include "optimizer/geqo_random.h"
#include "utils/mcxt.h"
/*
* init_tour