forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit46cf109
committed
Add simple test for physical replication of sequences.
AFAICS we had no coverage of this point except in the seldom-used,slated-for-removal standby_schedule test suite. Sequence updatesare enough different from regular table updates that it seems worthcovering them explicitly in src/test/recovery.Discussion:https://postgr.es/m/999497.1641431891@sss.pgh.pa.us1 parent20b9fa3 commit46cf109
1 file changed
+20
-2
lines changedLines changed: 20 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
45 |
| - | |
| 45 | + | |
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
| |||
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
65 | 83 |
| |
66 | 84 |
| |
67 | 85 |
| |
|
0 commit comments
Comments
(0)