|
PostgreSQL Source Code git master
|
Data Fields | |
| int | emode |
| bool | fetching_ckpt |
| bool | randAccess |
| TimeLineID | replayTLI |
| const char * | restoreCommand |
| int | tliIndex |
Definition at line 197 of file xlogrecovery.c.
| int XLogPageReadPrivate::emode |
Definition at line 199 of file xlogrecovery.c.
| bool XLogPageReadPrivate::fetching_ckpt |
Definition at line 200 of file xlogrecovery.c.
| bool XLogPageReadPrivate::randAccess |
Definition at line 201 of file xlogrecovery.c.
| TimeLineID XLogPageReadPrivate::replayTLI |
Definition at line 202 of file xlogrecovery.c.
| const char* XLogPageReadPrivate::restoreCommand |
Definition at line 49 of file parsexlog.c.
| int XLogPageReadPrivate::tliIndex |
Definition at line 50 of file parsexlog.c.
Referenced by extractPageMap(), and readOneRecord().