forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitde2af6e
committed
Improve comments for execExpr.c's handling of FieldStore subexpressions.
Given this code's general eagerness to use subexpressions' output variablesas temporary workspace, it's not exactly clear that it is safe forFieldStore to tell a newval subexpression that it can write into the samevariable that is being supplied as a potential input. Document the chainof assumptions needed for that to be safe.1 parente9b6482 commitde2af6e
1 file changed
+12
-0
lines changedLines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1116 | 1116 |
| |
1117 | 1117 |
| |
1118 | 1118 |
| |
| 1119 | + | |
| 1120 | + | |
| 1121 | + | |
| 1122 | + | |
| 1123 | + | |
| 1124 | + | |
| 1125 | + | |
| 1126 | + | |
| 1127 | + | |
| 1128 | + | |
| 1129 | + | |
| 1130 | + | |
1119 | 1131 |
| |
1120 | 1132 |
| |
1121 | 1133 |
| |
|
0 commit comments
Comments
(0)