|
PostgreSQL Source Code git master
|
#include <bufmgr.h>
| BlockNumber ReadBuffersOperation::blocknum |
Definition at line 146 of file bufmgr.h.
Referenced by read_stream_next_buffer().
| Buffer* ReadBuffersOperation::buffers |
Definition at line 145 of file bufmgr.h.
Referenced by read_stream_next_buffer().
| uint16 ReadBuffersOperation::flags |
Definition at line 147 of file bufmgr.h.
Referenced by read_stream_next_buffer().
| ForkNumber ReadBuffersOperation::forknum |
Definition at line 137 of file bufmgr.h.
Referenced by read_stream_begin_impl().
| PgAioReturn ReadBuffersOperation::io_return |
| PgAioWaitRef ReadBuffersOperation::io_wref |
| char ReadBuffersOperation::persistence |
Definition at line 136 of file bufmgr.h.
Referenced by read_stream_begin_impl().
| Relation ReadBuffersOperation::rel |
Definition at line 134 of file bufmgr.h.
Referenced by read_stream_begin_impl().
| SMgrRelation ReadBuffersOperation::smgr |
Definition at line 135 of file bufmgr.h.
Referenced by read_stream_begin_impl().
| BufferAccessStrategy ReadBuffersOperation::strategy |
Definition at line 138 of file bufmgr.h.
Referenced by read_stream_begin_impl(), and read_stream_next_block().