mirror of
https://github.com/postgres/postgres.git
synced 2025-11-25 12:03:53 +03:00
Standard pgindent run for 8.1.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $PostgreSQL: pgsql/src/include/optimizer/geqo.h,v 1.39 2005/06/05 22:32:58 tgl Exp $
|
||||
* $PostgreSQL: pgsql/src/include/optimizer/geqo.h,v 1.40 2005/10/15 02:49:45 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -48,8 +48,7 @@
|
||||
*
|
||||
* If you change these, update backend/utils/misc/postgresql.sample.conf
|
||||
*/
|
||||
extern int Geqo_effort; /* 1 .. 10, knob for adjustment of
|
||||
* defaults */
|
||||
extern int Geqo_effort; /* 1 .. 10, knob for adjustment of defaults */
|
||||
|
||||
#define DEFAULT_GEQO_EFFORT 5
|
||||
#define MIN_GEQO_EFFORT 1
|
||||
@@ -79,7 +78,7 @@ typedef struct
|
||||
|
||||
/* routines in geqo_main.c */
|
||||
extern RelOptInfo *geqo(PlannerInfo *root,
|
||||
int number_of_rels, List *initial_rels);
|
||||
int number_of_rels, List *initial_rels);
|
||||
|
||||
/* routines in geqo_eval.c */
|
||||
extern Cost geqo_eval(Gene *tour, int num_gene, GeqoEvalData *evaldata);
|
||||
|
||||
Reference in New Issue
Block a user