forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9b6a0ce
committed
Remove enum-related special cases for catalog scans.
When this code was written, catalog scans were normally performed usingSnapshotNow, making special handling necessary here. Now, however, allcatalog scans use MVCC snapshots, so we can change these cases to lookmore like what we do for catalog scans elsewhere in the code.Per discussion with Tom Lane and a reminder from Bruce Momjian.1 parentef3f9e6 commit9b6a0ce
1 file changed
+6
-9
lines changedLines changed: 6 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
312 | 312 |
| |
313 | 313 |
| |
314 | 314 |
| |
315 |
| - | |
316 |
| - | |
| 315 | + | |
| 316 | + | |
317 | 317 |
| |
318 | 318 |
| |
319 | 319 |
| |
| |||
322 | 322 |
| |
323 | 323 |
| |
324 | 324 |
| |
325 |
| - | |
326 |
| - | |
| 325 | + | |
327 | 326 |
| |
328 | 327 |
| |
329 | 328 |
| |
| |||
465 | 464 |
| |
466 | 465 |
| |
467 | 466 |
| |
468 |
| - | |
469 |
| - | |
| 467 | + | |
| 468 | + | |
470 | 469 |
| |
471 | 470 |
| |
472 | 471 |
| |
| |||
475 | 474 |
| |
476 | 475 |
| |
477 | 476 |
| |
478 |
| - | |
479 |
| - | |
480 |
| - | |
| 477 | + | |
481 | 478 |
| |
482 | 479 |
| |
483 | 480 |
| |
|
0 commit comments
Comments
(0)