00001 /*------------------------------------------------------------------------- 00002 * 00003 * spccache.h 00004 * Tablespace cache. 00005 * 00006 * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group 00007 * Portions Copyright (c) 1994, Regents of the University of California 00008 * 00009 * src/include/utils/spccache.h 00010 * 00011 *------------------------------------------------------------------------- 00012 */ 00013 #ifndef SPCCACHE_H 00014 #define SPCCACHE_H 00015 00016 void get_tablespace_page_costs(Oid spcid, float8 *spc_random_page_cost, 00017 float8 *spc_seq_page_cost); 00018 00019 #endif /* SPCCACHE_H */