Re: Sync scan & regression tests
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Konstantin Knizhnik <knizhnik@garret.ru>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2023-08-06T22:30:49Z
Lists: pgsql-hackers
Konstantin Knizhnik <knizhnik@garret.ru> writes: > Is it is ok, that regression tests do not pass with small value of > shared buffers (for example 1Mb)? There are quite a few GUC settings with which you can break the regression tests. I'm not especially bothered by this one. > More general question - is it really good that in situation when there > is actually no concurrent queries, seqscan is started not from the first > page? You're going to have race-condition issues if you try to make that (not) happen, I should think. regards, tom lane
Commits
-
Avoid edge case in pg_visibility test with small shared_buffers
- 408209d6a9ae 16.3 landed
- 3a4837fc809a 17.0 landed
-
Report syncscan position at end of scan.
- d5feb6011e62 16.0 landed
- e8d74ad625f7 17.0 landed
-
hio: Take number of prior relation extensions into account
- 82a4edabd272 17.0 cited
-
Reduce code duplication between heapgettup and heapgettup_pagemode
- 7ae0ab0ad970 16.0 cited
-
Fix CLUSTER tuplesorts on abbreviated expressions.
- 8ab0ebb9a842 15.0 cited
-
Set PD_ALL_VISIBLE and visibility map bits in COPY FREEZE
- 7db0cd2145f2 14.0 cited