PostgreSQL Source Code git master
|
Definition at line 92 of file read_stream.c.
bool ReadStream::advice_enabled |
Definition at line 106 of file read_stream.c.
Referenced by read_stream_begin_impl(), read_stream_next_buffer(), and read_stream_start_pending_read().
bool ReadStream::batch_mode |
Definition at line 105 of file read_stream.c.
Referenced by read_stream_begin_impl(), and read_stream_look_ahead().
BlockNumber ReadStream::buffered_blocknum |
Definition at line 113 of file read_stream.c.
Referenced by read_stream_begin_impl(), read_stream_get_block(), read_stream_reset(), and read_stream_unget_block().
Buffer ReadStream::buffers[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 144 of file read_stream.c.
Referenced by read_stream_begin_impl(), read_stream_next_buffer(), read_stream_reset(), and read_stream_start_pending_read().
ReadStreamBlockNumberCB ReadStream::callback |
Definition at line 119 of file read_stream.c.
Referenced by read_stream_begin_impl(), and read_stream_get_block().
void* ReadStream::callback_private_data |
Definition at line 120 of file read_stream.c.
Referenced by read_stream_begin_impl(), and read_stream_get_block().
int16 ReadStream::distance |
Definition at line 101 of file read_stream.c.
Referenced by read_stream_begin_impl(), read_stream_look_ahead(), read_stream_next_buffer(), read_stream_reset(), and read_stream_start_pending_read().
bool ReadStream::fast_path |
Definition at line 139 of file read_stream.c.
Referenced by read_stream_next_buffer(), and read_stream_reset().
int16 ReadStream::forwarded_buffers |
Definition at line 99 of file read_stream.c.
Referenced by read_stream_next_buffer(), read_stream_reset(), and read_stream_start_pending_read().
int16 ReadStream::initialized_buffers |
Definition at line 102 of file read_stream.c.
Referenced by read_stream_next_buffer(), and read_stream_start_pending_read().
int16 ReadStream::io_combine_limit |
Definition at line 95 of file read_stream.c.
Referenced by read_stream_begin_impl(), read_stream_look_ahead(), and read_stream_start_pending_read().
InProgressIO* ReadStream::ios |
Definition at line 135 of file read_stream.c.
Referenced by read_stream_begin_impl(), read_stream_next_block(), read_stream_next_buffer(), and read_stream_start_pending_read().
int16 ReadStream::ios_in_progress |
Definition at line 96 of file read_stream.c.
Referenced by read_stream_look_ahead(), read_stream_next_buffer(), read_stream_reset(), and read_stream_start_pending_read().
int16 ReadStream::max_ios |
Definition at line 94 of file read_stream.c.
Referenced by read_stream_begin_impl(), read_stream_look_ahead(), read_stream_next_buffer(), and read_stream_start_pending_read().
int16 ReadStream::max_pinned_buffers |
Definition at line 98 of file read_stream.c.
Referenced by read_stream_begin_impl(), read_stream_next_buffer(), and read_stream_start_pending_read().
int16 ReadStream::next_buffer_index |
Definition at line 143 of file read_stream.c.
Referenced by read_stream_look_ahead(), read_stream_next_buffer(), read_stream_reset(), and read_stream_start_pending_read().
int16 ReadStream::next_io_index |
Definition at line 137 of file read_stream.c.
Referenced by read_stream_next_buffer(), and read_stream_start_pending_read().
int16 ReadStream::oldest_buffer_index |
Definition at line 142 of file read_stream.c.
Referenced by read_stream_next_buffer(), and read_stream_start_pending_read().
int16 ReadStream::oldest_io_index |
Definition at line 136 of file read_stream.c.
Referenced by read_stream_next_buffer().
BlockNumber ReadStream::pending_read_blocknum |
Definition at line 127 of file read_stream.c.
Referenced by read_stream_look_ahead(), and read_stream_start_pending_read().
int16 ReadStream::pending_read_nblocks |
Definition at line 128 of file read_stream.c.
Referenced by read_stream_look_ahead(), read_stream_next_buffer(), and read_stream_start_pending_read().
void* ReadStream::per_buffer_data |
Definition at line 132 of file read_stream.c.
Referenced by get_per_buffer_data(), read_stream_begin_impl(), and read_stream_next_buffer().
size_t ReadStream::per_buffer_data_size |
Definition at line 131 of file read_stream.c.
Referenced by get_per_buffer_data(), read_stream_begin_impl(), read_stream_get_block(), and read_stream_next_buffer().
int16 ReadStream::pinned_buffers |
Definition at line 100 of file read_stream.c.
Referenced by read_stream_look_ahead(), read_stream_next_buffer(), read_stream_reset(), and read_stream_start_pending_read().
int16 ReadStream::queue_size |
Definition at line 97 of file read_stream.c.
Referenced by read_stream_begin_impl(), read_stream_look_ahead(), read_stream_next_buffer(), read_stream_reset(), and read_stream_start_pending_read().
int ReadStream::read_buffers_flags |
Definition at line 103 of file read_stream.c.
Referenced by read_stream_begin_impl(), read_stream_next_buffer(), and read_stream_start_pending_read().
BlockNumber ReadStream::seq_blocknum |
Definition at line 123 of file read_stream.c.
Referenced by read_stream_begin_impl(), read_stream_next_buffer(), and read_stream_start_pending_read().
BlockNumber ReadStream::seq_until_processed |
Definition at line 124 of file read_stream.c.
Referenced by read_stream_begin_impl(), read_stream_next_buffer(), and read_stream_start_pending_read().
bool ReadStream::sync_mode |
Definition at line 104 of file read_stream.c.
Referenced by read_stream_begin_impl().
bool ReadStream::temporary |
Definition at line 107 of file read_stream.c.
Referenced by read_stream_begin_impl(), and read_stream_start_pending_read().