forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4893552
committed
Fix another bit of unlogged-table-induced breakage.
Per bug #6205, reported by Abel Abraham Camarillo Ojeda. This isn't aparticularly elegant fix, but I'm trying to minimize the chances ofcausing yet another round of breakage.Adjust regression tests to exercise this case.1 parent2562dce commit4893552
File tree
3 files changed
+36
-22
lines changed- src
- backend/catalog
- test/regress
- expected
- sql
3 files changed
+36
-22
lines changedLines changed: 17 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
225 | 225 |
| |
226 | 226 |
| |
227 | 227 |
| |
228 |
| - | |
229 | 228 |
| |
230 | 229 |
| |
231 | 230 |
| |
| |||
278 | 277 |
| |
279 | 278 |
| |
280 | 279 |
| |
281 |
| - | |
282 |
| - | |
283 |
| - | |
284 |
| - | |
285 |
| - | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
286 | 294 |
| |
287 |
| - | |
288 |
| - | |
| 295 | + | |
289 | 296 |
| |
290 | 297 |
| |
291 | 298 |
| |
| 299 | + | |
| 300 | + | |
292 | 301 |
| |
293 | 302 |
| |
294 | 303 |
| |
|
Lines changed: 12 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
204 | 204 |
| |
205 | 205 |
| |
206 | 206 |
| |
207 |
| - | |
| 207 | + | |
| 208 | + | |
208 | 209 |
| |
209 |
| - | |
210 |
| - | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
211 | 213 |
| |
212 |
| - | |
213 |
| - | |
214 |
| - | |
215 |
| - | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
216 | 221 |
| |
217 | 222 |
|
Lines changed: 7 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
241 | 241 |
| |
242 | 242 |
| |
243 | 243 |
| |
244 |
| - | |
| 244 | + | |
245 | 245 |
| |
246 |
| - | |
247 |
| - | |
248 |
| - | |
249 |
| - | |
250 |
| - | |
251 |
| - | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
252 | 252 |
|
0 commit comments
Comments
(0)