- Notifications
You must be signed in to change notification settings - Fork5.2k
Commit3dbdf86
committed
Fix failing regression test on x86-32 machines
95d6e9a added code to display the tuplestore storage type forWindowAgg nodes and added a test to ensure the "Disk" storage method wasworking correctly by setting work_mem to 64 and running a test whichcaused the WindowAgg to go to disk. Seemingly, the number of rowschosen there wasn't quite enough for that to happen in x86 32-bit.Fix this by increasing the number of rows slightly.I suspect the buildfarm didn't catch this as MEMORY_CONTEXT_CHECKINGbuilds will use a bit more memory for MemoryChunks to store therequested_size and also because of the additional space to store thechunk's sentinel byte.Reported-by: Christoph Berg <myon@debian.org>Discussion:https://postgr.es/m/Z-q3ZAM4OhE-4UiI@msg.df7cb.de1 parent2fd3e2f commit3dbdf86
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
787 | 787 | | |
788 | 788 | | |
789 | 789 | | |
790 | | - | |
| 790 | + | |
791 | 791 | | |
792 | 792 | | |
793 | 793 | | |
| |||
799 | 799 | | |
800 | 800 | | |
801 | 801 | | |
802 | | - | |
| 802 | + | |
803 | 803 | | |
804 | 804 | | |
805 | 805 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
| 186 | + | |
187 | 187 | | |
188 | | - | |
| 188 | + | |
189 | 189 | | |
0 commit comments
Comments
(0)