forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite33d004

Amit Kapila
Fix the test for decoding of two-phase transactions.
Commit5a3574d added the test for decoding of two-phase transactionsduring the build of a consistent snapshot. The test forgot to skip emptyxacts which can lead to decoding of extra empty transactions due tobackground activity by autovacuum.Per report by buildfarm.Reported-by: Tom LaneDiscussion:https://postgr.es/m/363512.1610171267@sss.pgh.pa.us1 parent39d4a15 commite33d004
File tree
2 files changed
+3
-3
lines changed- contrib/test_decoding
- expected
- specs
2 files changed
+3
-3
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
| 25 | + | |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
| 32 | + | |
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
|
0 commit comments
Comments
(0)