forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitdb98918
committed
Add comments on avoid reuse of parse-time snapshot
Apparently, reusing the parse-time query snapshot for later steps(execution) is a frequently considered optimization ... but it doesn'twork, for reasons discovered in thread [1]. Adding some comments aboutwhy it doesn't really work can relieve some future hackers from wastingtime reimplementing it again.[1]https://postgr.es/m/flat/5075D8DF.6050500@fuzzy.czAuthor: Michail NikolaevDiscussion:https://postgr.es/m/CANtu0ogp6cTvMJObXP8n=k+JtqxY1iT9UV5MbGCpjjPa5crCiw@mail.gmail.com1 parent1933ae6 commitdb98918
1 file changed
+10
-1
lines changedLines changed: 10 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1155 | 1155 |
| |
1156 | 1156 |
| |
1157 | 1157 |
| |
1158 |
| - | |
| 1158 | + | |
| 1159 | + | |
| 1160 | + | |
| 1161 | + | |
| 1162 | + | |
| 1163 | + | |
| 1164 | + | |
| 1165 | + | |
| 1166 | + | |
| 1167 | + | |
1159 | 1168 |
| |
1160 | 1169 |
| |
1161 | 1170 |
| |
|
0 commit comments
Comments
(0)