PostgreSQL Source Code
git master
|
#include <tablespace.h>
Data Fields | |
int32 | vl_len_ |
float8 | random_page_cost |
float8 | seq_page_cost |
int | effective_io_concurrency |
int | maintenance_io_concurrency |
Definition at line 41 of file tablespace.h.
int TableSpaceOpts::effective_io_concurrency |
Definition at line 46 of file tablespace.h.
Referenced by get_tablespace_io_concurrency().
int TableSpaceOpts::maintenance_io_concurrency |
Definition at line 47 of file tablespace.h.
Referenced by get_tablespace_maintenance_io_concurrency().
float8 TableSpaceOpts::random_page_cost |
Definition at line 44 of file tablespace.h.
Referenced by get_tablespace_page_costs().
float8 TableSpaceOpts::seq_page_cost |
Definition at line 45 of file tablespace.h.
Referenced by get_tablespace_page_costs().
int32 TableSpaceOpts::vl_len_ |
Definition at line 43 of file tablespace.h.