forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc67bba9
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 parentc47e629 commitc67bba9
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 | |
---|---|---|---|
| |||
221 | 221 |
| |
222 | 222 |
| |
223 | 223 |
| |
224 |
| - | |
225 | 224 |
| |
226 | 225 |
| |
227 | 226 |
| |
| |||
247 | 246 |
| |
248 | 247 |
| |
249 | 248 |
| |
250 |
| - | |
251 |
| - | |
252 |
| - | |
253 |
| - | |
254 |
| - | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
255 | 263 |
| |
256 |
| - | |
257 |
| - | |
| 264 | + | |
258 | 265 |
| |
259 | 266 |
| |
260 | 267 |
| |
| 268 | + | |
| 269 | + | |
261 | 270 |
| |
262 | 271 |
| |
263 | 272 |
| |
|
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)