forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit51aebcd
committed
Doc: in back branches, don't call it a row constructor if it isn't really.
Before commit906bfca, we were not actually processing the righthandside of a multiple-column assignment in UPDATE as a row constructor:it was just a parenthesized list of expressions. Call it that ratherthan risking confusion by people who would expect the documented behaviorsof row constructors to apply.Back-patch to 9.5; before that, the text correctly described the constructas a "list of independent expressions".Discussion: <16288.1479610770@sss.pgh.pa.us>1 parent112676f commit51aebcd
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
422 | 422 |
| |
423 | 423 |
| |
424 | 424 |
| |
425 |
| - | |
| 425 | + | |
426 | 426 |
| |
427 |
| - | |
| 427 | + | |
428 | 428 |
| |
429 | 429 |
| |
430 | 430 |
| |
|
0 commit comments
Comments
(0)