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

Amit Kapila
Stabilize the test added by commit022564f.
The test was unstable in branches 14 and 15 as we were relying on thenumber of changes in the table having a toast column to start streaming.On branches >= 16, we have a GUC debug_logical_replication_streaming whichcan stream each change, so the test was stable in those branches.Change the test to use PREPARE TRANSACTION as that should make the resultconsistent and test the code changed in022564f.Reported-by: Daniel Gustafsson as per buildfarmAuthor: Hou Zhijie, Amit KapilaBackpatch-through: 14Discussion:https://postgr.es/m/8C2F86AA-981E-4803-B14D-E264C0255330@yesql.se1 parent4572d59 commitd759c1a
File tree
4 files changed
+45
-44
lines changed- contrib/test_decoding
- expected
- sql
4 files changed
+45
-44
lines changedLines changed: 0 additions & 22 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
128 | 128 |
| |
129 | 129 |
| |
130 | 130 |
| |
131 |
| - | |
132 |
| - | |
133 |
| - | |
134 |
| - | |
135 |
| - | |
136 |
| - | |
137 |
| - | |
138 |
| - | |
139 |
| - | |
140 |
| - | |
141 |
| - | |
142 |
| - | |
143 |
| - | |
144 |
| - | |
145 |
| - | |
146 |
| - | |
147 |
| - | |
148 |
| - | |
149 |
| - | |
150 |
| - | |
151 |
| - | |
152 |
| - | |
153 | 131 |
| |
154 | 132 |
| |
155 | 133 |
| |
|
Lines changed: 23 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
205 | 205 |
| |
206 | 206 |
| |
207 | 207 |
| |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
208 | 230 |
| |
209 | 231 |
| |
210 | 232 |
| |
211 | 233 |
| |
212 | 234 |
| |
| 235 | + | |
213 | 236 |
| |
214 | 237 |
| |
215 | 238 |
| |
|
Lines changed: 0 additions & 22 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
62 |
| - | |
63 |
| - | |
64 |
| - | |
65 |
| - | |
66 |
| - | |
67 |
| - | |
68 |
| - | |
69 |
| - | |
70 |
| - | |
71 |
| - | |
72 |
| - | |
73 |
| - | |
74 |
| - | |
75 |
| - | |
76 |
| - | |
77 |
| - | |
78 |
| - | |
79 |
| - | |
80 |
| - | |
81 |
| - | |
82 |
| - | |
83 |
| - | |
84 | 62 |
| |
85 | 63 |
|
Lines changed: 22 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
104 | 104 |
| |
105 | 105 |
| |
106 | 106 |
| |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
107 | 128 |
| |
108 | 129 |
| |
109 | 130 |
| |
110 | 131 |
| |
111 | 132 |
| |
| 133 | + | |
112 | 134 |
| |
113 | 135 |
| |
114 | 136 |
| |
|
0 commit comments
Comments
(0)