Re: Sync scan & regression tests
Heikki Linnakangas <hlinnaka@iki.fi>
From: Heikki Linnakangas <hlinnaka@iki.fi>
To: David Rowley <dgrowleyml@gmail.com>,
Melanie Plageman <melanieplageman@gmail.com>
Cc: Konstantin Knizhnik <knizhnik@garret.ru>,
pgsql-hackers@lists.postgresql.org, Tom Lane <tgl@sss.pgh.pa.us>,
Thomas Munro <thomas.munro@gmail.com>
Date: 2023-08-31T09:45:34Z
Lists: pgsql-hackers
On 29/08/2023 13:35, Heikki Linnakangas wrote: > On 07/08/2023 03:55, Tom Lane wrote: >> This is possibly explained by the fact that it uses (per its >> extra_config) >> 'shared_buffers = 10MB', >> although it's done that for a long time and portals.out hasn't changed >> since before chipmunk's latest success. Perhaps some change in an >> earlier test script affected this? > > I changed the config yesterday to 'shared_buffers = 20MB', before seeing > this thread. If we expect the regression tests to work with > 'shared_buffers=10MB' - and I think that would be nice - I'll change it > back. But let's see what happens with 'shared_buffers=20MB'. It will > take a few days for the tests to complete. With shared_buffers='20MB', the tests passed. I'm going to change it back to 10MB now, so that we continue to cover that case. -- Heikki Linnakangas Neon (https://neon.tech)
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