|
PostgreSQL Source Code git master
|
Data Fields | |
| Oid | tsId |
| float8 | progress |
| float8 | progress_slice |
| int | num_to_scan |
| int | num_scanned |
| int | index |
| int CkptTsStatus::index |
Definition at line 127 of file bufmgr.c.
Referenced by BufferSync().
| int CkptTsStatus::num_scanned |
Definition at line 124 of file bufmgr.c.
Referenced by BufferSync().
| int CkptTsStatus::num_to_scan |
Definition at line 122 of file bufmgr.c.
Referenced by BufferSync().
| float8 CkptTsStatus::progress |
Definition at line 118 of file bufmgr.c.
Referenced by BufferSync(), and ts_ckpt_progress_comparator().
| float8 CkptTsStatus::progress_slice |
Definition at line 119 of file bufmgr.c.
Referenced by BufferSync().
| Oid CkptTsStatus::tsId |
Definition at line 109 of file bufmgr.c.
Referenced by BufferSync().