|
PostgreSQL Source Code git master
|
Data Fields | |
| Relation | rel |
| output_type * | stat |
| BlockNumber | current_blocknum |
| BlockNumber | nblocks |
| BlockNumber | scanned |
| Buffer | vmbuffer |
Definition at line 52 of file pgstatapprox.c.
| BlockNumber StatApproxReadStreamPrivate::current_blocknum |
Definition at line 56 of file pgstatapprox.c.
Referenced by statapprox_heap(), and statapprox_heap_read_stream_next().
| BlockNumber StatApproxReadStreamPrivate::nblocks |
Definition at line 57 of file pgstatapprox.c.
Referenced by statapprox_heap(), and statapprox_heap_read_stream_next().
| Relation StatApproxReadStreamPrivate::rel |
Definition at line 54 of file pgstatapprox.c.
Referenced by statapprox_heap(), and statapprox_heap_read_stream_next().
| BlockNumber StatApproxReadStreamPrivate::scanned |
Definition at line 58 of file pgstatapprox.c.
Referenced by statapprox_heap(), and statapprox_heap_read_stream_next().
| output_type* StatApproxReadStreamPrivate::stat |
Definition at line 55 of file pgstatapprox.c.
Referenced by statapprox_heap(), and statapprox_heap_read_stream_next().
| Buffer StatApproxReadStreamPrivate::vmbuffer |
Definition at line 59 of file pgstatapprox.c.
Referenced by statapprox_heap(), and statapprox_heap_read_stream_next().