forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitbdc5400
committed
Fix breakages of hot standby regression test.
This commit changes HS regression test so that it usesREPEATABLE READ transaction instead of SERIALIZABLE onebecause SERIALIZABLE transaction isolation level is notavailable in HS. Also this commit fixes VACUUM/ANALYZElabel mixup.This was fixed in HEAD (commit2985e16), but it shouldhave been back-patched to 9.1 which had introduced SSIand forbidden SERIALIZABLE transaction in HS.Amit Langote1 parent4fb6478 commitbdc5400
File tree
3 files changed
+3
-3
lines changed- src/test/regress
- expected
- sql
3 files changed
+3
-3
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
52 |
| - | |
| 52 | + | |
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
124 | 124 |
| |
125 | 125 |
| |
126 | 126 |
| |
127 |
| - | |
| 127 | + | |
128 | 128 |
| |
129 | 129 |
| |
130 | 130 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 |
| - | |
| 31 | + | |
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
|
0 commit comments
Comments
(0)