|
PostgreSQL Source Code git master
|
Data Fields | |
| uint32 | status |
| const char * | fname |
| StringInfo | buf |
| bool | spilled |
| int | read_len |
Definition at line 63 of file archive_waldump.c.
| StringInfo ArchivedWALFile::buf |
Definition at line 68 of file archive_waldump.c.
Referenced by astreamer_waldump_content(), free_archive_reader(), free_archive_wal_entry(), get_archive_wal_entry(), init_archive_reader(), and read_archive_wal_page().
Definition at line 66 of file archive_waldump.c.
Referenced by free_archive_wal_entry(), get_archive_wal_entry(), and init_archive_reader().
| int ArchivedWALFile::read_len |
Definition at line 72 of file archive_waldump.c.
Referenced by astreamer_waldump_content(), init_archive_reader(), and read_archive_wal_page().
| bool ArchivedWALFile::spilled |
Definition at line 69 of file archive_waldump.c.
Referenced by astreamer_waldump_content(), free_archive_wal_entry(), get_archive_wal_entry(), and read_archive_wal_page().
| uint32 ArchivedWALFile::status |
Definition at line 65 of file archive_waldump.c.