diff options
| author | Melanie Plageman | 2025-01-16 23:42:39 +0000 |
|---|---|---|
| committer | Melanie Plageman | 2025-01-16 23:42:39 +0000 |
| commit | f7a8fc10ccb882249f8624b937f2c3b467d07bd6 (patch) | |
| tree | 12853f752004fb0283206e30caa9cce4f970eb6c /src/tools | |
| parent | 7b6468cc9523d7d923487d212281af51f7f3dae2 (diff) | |
Add and use BitmapHeapScanDescData struct
Move the several members of HeapScanDescData which are specific to
Bitmap Heap Scans into a new struct, BitmapHeapScanDescData, which
inherits from HeapScanDescData.
This reduces the size of the HeapScanDescData for other types of scans
and will allow us to add additional bitmap heap scan-specific members in
the future without fear of bloating the HeapScanDescData.
Reviewed-by: Tomas Vondra
Discussion: https://postgr.es/m/c736f6aa-8b35-4e20-9621-62c7c82e2168%40vondra.me
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/pgindent/typedefs.list | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/pgindent/typedefs.list b/src/tools/pgindent/typedefs.list index ebba5b7c953..d03921a4822 100644 --- a/src/tools/pgindent/typedefs.list +++ b/src/tools/pgindent/typedefs.list @@ -264,6 +264,7 @@ BitmapAndState BitmapHeapPath BitmapHeapScan BitmapHeapScanInstrumentation +BitmapHeapScanDesc BitmapHeapScanState BitmapIndexScan BitmapIndexScanState |
