forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit765ad89
committed
Use InvalidSnapshot, now SnapshotNow, as the default snapshot.
As far as I can determine, there's no code in the core distributionthat fails to explicitly set the snapshot of a scan or executorstate. If there is any such code, this will probably cause it toseg fault; friendlier suggestions were discussed on pgsql-hackers,but there was no consensus that anything more than this wasneeded.This is another step towards the hoped-for complete removal ofSnapshotNow.1 parente605506 commit765ad89
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
79 | 79 |
| |
80 | 80 |
| |
81 | 81 |
| |
82 |
| - | |
| 82 | + | |
83 | 83 |
| |
84 | 84 |
| |
85 | 85 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
105 | 105 |
| |
106 | 106 |
| |
107 | 107 |
| |
108 |
| - | |
| 108 | + | |
109 | 109 |
| |
110 | 110 |
| |
111 | 111 |
| |
|
0 commit comments
Comments
(0)