PostgreSQL Source Code
git master
|
Data Fields | |
const char * | name |
uint32 | limit |
bool | round |
uint8 | unitbits |
uint32 size_pretty_unit::limit |
Definition at line 41 of file dbsize.c.
Referenced by pg_size_pretty(), and pg_size_pretty_numeric().
const char* size_pretty_unit::name |
Definition at line 40 of file dbsize.c.
Referenced by pg_size_bytes(), pg_size_pretty(), and pg_size_pretty_numeric().
bool size_pretty_unit::round |
Definition at line 43 of file dbsize.c.
Referenced by pg_size_pretty(), and pg_size_pretty_numeric().
uint8 size_pretty_unit::unitbits |
Definition at line 44 of file dbsize.c.
Referenced by pg_size_bytes(), pg_size_pretty(), and pg_size_pretty_numeric().