| From: | "Anton A(dot) Melnikov" <a(dot)melnikov(at)postgrespro(dot)ru> |
|---|---|
| To: | Alexander Korotkov <aekorotkov(at)gmail(dot)com>, Pavel Borisov <pashkin(dot)elfe(at)gmail(dot)com> |
| Cc: | Peter Geoghegan <pg(at)bowt(dot)ie>, Heikki Linnakangas <hlinnaka(at)iki(dot)fi>, Matthias van de Meent <boekewurm+postgres(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
| Subject: | Re: Bug in nbtree optimization to skip > operator comparisons (or < comparisons in backwards scans) |
| Date: | 2024-03-22 07:29:38 |
| Message-ID: | 30cd7524-b9f1-4cf8-9c4a-223eb2e34441@postgrespro.ru |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hi!
Maybe _bt_readpage(scan, dir, start, true) needed at this line:
?
Do we really need to try prechecking the continuescan flag here?
And the current "false" in the last arg does not match the previous code before 06b10f80ba
and the current comment above.
Would be very grateful for clarification.
With the best regards!
--
Anton A. Melnikov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Wolfgang Walther | 2024-03-22 07:55:52 | Re: Regression tests fail with musl libc because libpq.so can't be loaded |
| Previous Message | Bertrand Drouvot | 2024-03-22 07:09:14 | Re: Introduce XID age and inactive timeout based replication slot invalidation |