|
PostgreSQL Source Code git master
|

Go to the source code of this file.
Functions | |
| void | get_tablespace_page_costs (Oid spcid, float8 *spc_random_page_cost, float8 *spc_seq_page_cost) |
| int | get_tablespace_io_concurrency (Oid spcid) |
| int | get_tablespace_maintenance_io_concurrency (Oid spcid) |
Definition at line 215 of file spccache.c.
References effective_io_concurrency, fb(), and get_tablespace().
Referenced by read_stream_begin_impl().
Definition at line 229 of file spccache.c.
References fb(), get_tablespace(), and maintenance_io_concurrency.
Referenced by heap_index_delete_tuples(), and read_stream_begin_impl().
|
extern |
Definition at line 182 of file spccache.c.
References Assert, fb(), get_tablespace(), random_page_cost, and seq_page_cost.
Referenced by brincostestimate(), cost_bitmap_heap_scan(), cost_index(), cost_samplescan(), cost_seqscan(), cost_tidrangescan(), cost_tidscan(), genericcostestimate(), gincostestimate(), and system_time_samplescangetsamplesize().