|
PostgreSQL Source Code git master
|
Definition at line 95 of file read_stream.c.
| bool ReadStream::advice_enabled |
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::batch_mode |
Definition at line 123 of file read_stream.c.
Referenced by read_stream_begin_impl(), and read_stream_look_ahead().
| BlockNumber ReadStream::buffered_blocknum |
Definition at line 134 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 165 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 140 of file read_stream.c.
Referenced by read_stream_begin_impl(), and read_stream_get_block().
| void* ReadStream::callback_private_data |
Definition at line 141 of file read_stream.c.
Referenced by read_stream_begin_impl(), and read_stream_get_block().
| int16 ReadStream::combine_distance |
Definition at line 115 of file read_stream.c.
Referenced by read_stream_begin_impl(), read_stream_look_ahead(), read_stream_next_buffer(), read_stream_pause(), read_stream_reset(), read_stream_resume(), read_stream_should_issue_now(), read_stream_should_look_ahead(), and read_stream_start_pending_read().
| uint16 ReadStream::distance_decay_holdoff |
Definition at line 117 of file read_stream.c.
Referenced by read_stream_begin_impl(), read_stream_next_buffer(), read_stream_reset(), and read_stream_start_pending_read().
| bool ReadStream::fast_path |
Definition at line 160 of file read_stream.c.
Referenced by read_stream_next_buffer(), and read_stream_reset().
| int16 ReadStream::forwarded_buffers |
Definition at line 102 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 118 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 98 of file read_stream.c.
Referenced by read_stream_begin_impl(), read_stream_next_buffer(), and read_stream_start_pending_read().
| InProgressIO* ReadStream::ios |
Definition at line 156 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 99 of file read_stream.c.
Referenced by read_stream_look_ahead(), read_stream_next_buffer(), read_stream_reset(), read_stream_should_issue_now(), read_stream_should_look_ahead(), and read_stream_start_pending_read().
| int16 ReadStream::max_ios |
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_should_issue_now(), read_stream_should_look_ahead(), and read_stream_start_pending_read().
| int16 ReadStream::max_pinned_buffers |
Definition at line 101 of file read_stream.c.
Referenced by read_stream_begin_impl(), read_stream_enable_stats(), read_stream_next_buffer(), and read_stream_start_pending_read().
| int16 ReadStream::next_buffer_index |
Definition at line 164 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 158 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 163 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 157 of file read_stream.c.
Referenced by read_stream_next_buffer().
| BlockNumber ReadStream::pending_read_blocknum |
Definition at line 148 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 149 of file read_stream.c.
Referenced by read_stream_look_ahead(), read_stream_next_buffer(), read_stream_should_issue_now(), read_stream_should_look_ahead(), and read_stream_start_pending_read().
| void* ReadStream::per_buffer_data |
Definition at line 153 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 152 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 103 of file read_stream.c.
Referenced by read_stream_count_prefetch(), read_stream_look_ahead(), read_stream_next_buffer(), read_stream_reset(), read_stream_should_issue_now(), read_stream_should_look_ahead(), and read_stream_start_pending_read().
| int16 ReadStream::queue_size |
Definition at line 100 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 121 of file read_stream.c.
Referenced by read_stream_begin_impl(), read_stream_next_buffer(), and read_stream_start_pending_read().
| int16 ReadStream::readahead_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_pause(), read_stream_reset(), read_stream_resume(), read_stream_should_issue_now(), read_stream_should_look_ahead(), and read_stream_start_pending_read().
| int16 ReadStream::resume_combine_distance |
Definition at line 120 of file read_stream.c.
Referenced by read_stream_begin_impl(), read_stream_pause(), read_stream_reset(), and read_stream_resume().
| int16 ReadStream::resume_readahead_distance |
Definition at line 119 of file read_stream.c.
Referenced by read_stream_begin_impl(), read_stream_pause(), read_stream_reset(), and read_stream_resume().
| BlockNumber ReadStream::seq_blocknum |
Definition at line 144 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 145 of file read_stream.c.
Referenced by read_stream_begin_impl(), read_stream_next_buffer(), and read_stream_start_pending_read().
| IOStats* ReadStream::stats |
Definition at line 128 of file read_stream.c.
Referenced by read_stream_count_io(), read_stream_count_prefetch(), read_stream_count_wait(), and read_stream_enable_stats().
| bool ReadStream::sync_mode |
Definition at line 122 of file read_stream.c.
Referenced by read_stream_begin_impl().
| bool ReadStream::temporary |
Definition at line 125 of file read_stream.c.
Referenced by read_stream_begin_impl(), and read_stream_start_pending_read().