mirror of
https://github.com/postgres/postgres.git
synced 2025-10-29 22:49:41 +03:00
Re-enable bushy plans. Vadim want them.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: internal.h,v 1.15 1999/02/15 03:22:31 momjian Exp $
|
||||
* $Id: internal.h,v 1.16 1999/02/16 00:41:03 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -80,9 +80,7 @@
|
||||
#define FLOAT_EQUAL(X,Y) ((X) - (Y) < TOLERANCE)
|
||||
#define FLOAT_IS_ZERO(X) (FLOAT_EQUAL(X,0.0))
|
||||
|
||||
#ifdef NOT_USED
|
||||
extern int BushyPlanFlag;
|
||||
#endif
|
||||
|
||||
/* #define deactivate_joininfo(joininfo) joininfo->inactive=true*/
|
||||
/*#define joininfo_inactive(joininfo) joininfo->inactive */
|
||||
|
||||
Reference in New Issue
Block a user