diff options
author | Tomas Vondra <tomas.vondra@postgresql.org> | 2024-04-06 22:57:58 +0200 |
---|---|---|
committer | Tomas Vondra <tomas.vondra@postgresql.org> | 2024-04-06 22:58:04 +0200 |
commit | 1577081e9614345534a018e788a2c0bab4da4dc5 (patch) | |
tree | bb60fab00eb15d8090433566ead3edd8e3a78705 /src/backend/parser/parse_utilcmd.c | |
parent | 06558f49529553aecb6ad52a0470d63cb59d7df9 (diff) | |
download | postgresql-1577081e9614345534a018e788a2c0bab4da4dc5.tar.gz postgresql-1577081e9614345534a018e788a2c0bab4da4dc5.zip |
BitmapHeapScan: begin scan after bitmap creation
Change the order so that the table scan is initialized only after
initializing the index scan and building the bitmap.
This is mostly a cosmetic change for now, but later commits will need
to pass parameters to table_beginscan_bm() that are unavailable in
ExecInitBitmapHeapScan().
Author: Melanie Plageman
Reviewed-by: Tomas Vondra, Andres Freund, Heikki Linnakangas
Discussion: https://postgr.es/m/CAAKRu_ZwCwWFeL_H3ia26bP2e7HiKLWt0ZmGXPVwPO6uXq0vaA%40mail.gmail.com
Diffstat (limited to 'src/backend/parser/parse_utilcmd.c')
0 files changed, 0 insertions, 0 deletions