|
PostgreSQL Source Code git master
|
Data Fields | |
| uint32 | status |
| const char * | fname |
| StringInfo | buf |
| bool | spilled |
| int | read_len |
Definition at line 58 of file archive_waldump.c.
| StringInfo ArchivedWALFile::buf |
Definition at line 63 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 61 of file archive_waldump.c.
Referenced by get_archive_wal_entry(), and init_archive_reader().
| int ArchivedWALFile::read_len |
Definition at line 67 of file archive_waldump.c.
Referenced by astreamer_waldump_content(), and read_archive_wal_page().
| bool ArchivedWALFile::spilled |
Definition at line 64 of file archive_waldump.c.
Referenced by astreamer_waldump_content(), free_archive_wal_entry(), and get_archive_wal_entry().
| uint32 ArchivedWALFile::status |
Definition at line 60 of file archive_waldump.c.