forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5ddf997
committed
Temporary patch to help debug pg_walsummary test failures.
The tests in 002_blocks.pl are failing in the buildfarm from time totime, but we don't know how to reproduce the failure elsewhere. Themost obvious explanation seems to be the unexpected disappearance of aWAL summary file, so bump up the logging level inRemoveWalSummaryIfOlderThan to try to help us spot such problems, andprint the cutoff time in addition to the removed filename. Alsoadjust 002_blocks.pl to dump out a directory listing of the relevantdirectory at various points.This patch should be reverted once we sort out what's happening here.Patch by me, reviewed by Nathan Bossart, who also reported the issue.Discussion:http://postgr.es/m/20240124170846.GA2643050@nathanxps131 parent5eafacd commit5ddf997
File tree
2 files changed
+21
-0
lines changed- src
- backend/backup
- bin/pg_walsummary/t
2 files changed
+21
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
251 | 251 |
| |
252 | 252 |
| |
253 | 253 |
| |
| 254 | + | |
| 255 | + | |
254 | 256 |
| |
255 | 257 |
| |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
256 | 263 |
| |
257 | 264 |
| |
258 | 265 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
| 51 | + | |
51 | 52 |
| |
52 | 53 |
| |
53 | 54 |
| |
| |||
70 | 71 |
| |
71 | 72 |
| |
72 | 73 |
| |
| 74 | + | |
73 | 75 |
| |
74 | 76 |
| |
75 | 77 |
| |
76 | 78 |
| |
77 | 79 |
| |
78 | 80 |
| |
79 | 81 |
| |
| 82 | + | |
80 | 83 |
| |
81 | 84 |
| |
82 | 85 |
| |
83 | 86 |
| |
84 | 87 |
| |
85 | 88 |
| |
86 | 89 |
| |
| 90 | + | |
87 | 91 |
| |
88 | 92 |
| |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + |
0 commit comments
Comments
(0)