PostgreSQL Source Code git master
|
Definition at line 109 of file read_stream.c.
bool ReadStream::advice_enabled |
Definition at line 117 of file read_stream.c.
Referenced by read_stream_begin_impl(), read_stream_next_buffer(), and read_stream_start_pending_read().
BlockNumber ReadStream::buffered_blocknum |
Definition at line 123 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 153 of file read_stream.c.
Referenced by read_stream_begin_impl(), read_stream_next_buffer(), and read_stream_start_pending_read().
ReadStreamBlockNumberCB ReadStream::callback |
Definition at line 129 of file read_stream.c.
Referenced by read_stream_begin_impl(), and read_stream_get_block().
void* ReadStream::callback_private_data |
Definition at line 130 of file read_stream.c.
Referenced by read_stream_begin_impl(), and read_stream_get_block().
int16 ReadStream::distance |
Definition at line 116 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 148 of file read_stream.c.
Referenced by read_stream_next_buffer(), and read_stream_reset().
InProgressIO* ReadStream::ios |
Definition at line 144 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 112 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 111 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 114 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 152 of file read_stream.c.
Referenced by read_stream_look_ahead(), read_stream_next_buffer(), and read_stream_start_pending_read().
int16 ReadStream::next_io_index |
Definition at line 146 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 151 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 145 of file read_stream.c.
Referenced by read_stream_next_buffer().
BlockNumber ReadStream::pending_read_blocknum |
Definition at line 136 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 137 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 141 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 140 of file read_stream.c.
Referenced by get_per_buffer_data(), read_stream_begin_impl(), and read_stream_next_buffer().
int16 ReadStream::pinned_buffers |
Definition at line 115 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 113 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().
BlockNumber ReadStream::seq_blocknum |
Definition at line 133 of file read_stream.c.
Referenced by read_stream_next_buffer(), and read_stream_start_pending_read().