mirror of
https://github.com/postgres/postgres.git
synced 2025-12-21 05:21:08 +03:00
Standard pgindent run for 8.1.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $PostgreSQL: pgsql/src/include/utils/selfuncs.h,v 1.23 2005/06/05 22:32:58 tgl Exp $
|
||||
* $PostgreSQL: pgsql/src/include/utils/selfuncs.h,v 1.24 2005/10/15 02:49:46 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -36,7 +36,7 @@
|
||||
#define DEFAULT_INEQ_SEL 0.3333333333333333
|
||||
|
||||
/* default selectivity estimate for range inequalities "A > b AND A < c" */
|
||||
#define DEFAULT_RANGE_INEQ_SEL 0.005
|
||||
#define DEFAULT_RANGE_INEQ_SEL 0.005
|
||||
|
||||
/* default selectivity estimate for pattern-match operators such as LIKE */
|
||||
#define DEFAULT_MATCH_SEL 0.005
|
||||
|
||||
Reference in New Issue
Block a user