mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +03:00
Add missing DLLIMPORT for cpu_index_tuple_cost to
src/include/optimizer/cost.h. This is required to compile the PostGIS extension module with Cygwin http://postgis.refractions.net Norman Vine
This commit is contained in:
parent
15e2cf7d81
commit
9167a566d6
@ -7,7 +7,7 @@
|
|||||||
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
|
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
|
||||||
* Portions Copyright (c) 1994, Regents of the University of California
|
* Portions Copyright (c) 1994, Regents of the University of California
|
||||||
*
|
*
|
||||||
* $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 $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -37,7 +37,7 @@
|
|||||||
extern double effective_cache_size;
|
extern double effective_cache_size;
|
||||||
extern double random_page_cost;
|
extern double random_page_cost;
|
||||||
extern double cpu_tuple_cost;
|
extern double cpu_tuple_cost;
|
||||||
extern double cpu_index_tuple_cost;
|
extern DLLIMPORT double cpu_index_tuple_cost;
|
||||||
extern double cpu_operator_cost;
|
extern double cpu_operator_cost;
|
||||||
extern Cost disable_cost;
|
extern Cost disable_cost;
|
||||||
extern bool enable_seqscan;
|
extern bool enable_seqscan;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user