forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit579f700
committed
Better fix for sequence access in hot standby test
The purpose of the test was to check access to the sequence relation ona hot standby, so change the test to read a different column from thesequence, instead of just reading the catalog.From: Andreas Karlsson <andreas@proxel.se>1 parent9951741 commit579f700
File tree
2 files changed
+5
-5
lines changed- src/test/regress
- expected
- sql
2 files changed
+5
-5
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
30 |
| - | |
31 |
| - | |
32 |
| - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
|
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)