diff options
author | Tomas Vondra <tomas.vondra@postgresql.org> | 2024-04-06 23:56:46 +0200 |
---|---|---|
committer | Tomas Vondra <tomas.vondra@postgresql.org> | 2024-04-06 23:56:49 +0200 |
commit | fe1431e39cdde5f65cb52f068bc86a7490f8a4e3 (patch) | |
tree | dd6b1144631560acebb167e1846a0da1f5556769 /src/backend/commands/tablecmds.c | |
parent | 74eaf66f988c868deb0816bae4dd184eedae1448 (diff) | |
download | postgresql-fe1431e39cdde5f65cb52f068bc86a7490f8a4e3.tar.gz postgresql-fe1431e39cdde5f65cb52f068bc86a7490f8a4e3.zip |
BitmapHeapScan: postpone setting can_skip_fetch
Set BitmapHeapScanState->can_skip_fetch in BitmapHeapNext() instead of
in ExecInitBitmapHeapScan(). This is a preliminary step to pushing the
skip fetch optimization into heap AM code.
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/commands/tablecmds.c')
0 files changed, 0 insertions, 0 deletions