Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15e2cf7 commit 9167a56Copy full SHA for 9167a56
src/include/optimizer/cost.h
@@ -7,7 +7,7 @@
7
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
8
* Portions Copyright (c) 1994, Regents of the University of California
9
*
10
- * $Id: cost.h,v 1.52 2003/01/28 22:13:41 tgl Exp $
+ * $Id: cost.h,v 1.53 2003/06/11 15:01:15 momjian Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -37,7 +37,7 @@
37
extern double effective_cache_size;
38
extern double random_page_cost;
39
extern double cpu_tuple_cost;
40
-extern double cpu_index_tuple_cost;
+extern DLLIMPORT double cpu_index_tuple_cost;
41
extern double cpu_operator_cost;
42
extern Cost disable_cost;
43
extern bool enable_seqscan;
0 commit comments