forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4a8283d
committed
Fix handling of volatile expressions in COPY FROM ... WHERE
The checking for calls to volatile functions in the COPY FROM ... WHEREexpression was treating all WHERE clauses as if containing such calls.While that does not produce incorrect results, this disables batchingwhich may result in significant performance regression.Discussion:https://www.postgresql.org/message-id/flat/CALAY4q_DdpWDuB5-Zyi-oTtO2uSk8pmy+dupiRe3AvAc++1imA@mail.gmail.com1 parent0058810 commit4a8283d
1 file changed
+1
-2
lines changedLines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2612 | 2612 |
| |
2613 | 2613 |
| |
2614 | 2614 |
| |
2615 |
| - | |
2616 |
| - | |
| 2615 | + | |
2617 | 2616 |
| |
2618 | 2617 |
| |
2619 | 2618 |
| |
|
0 commit comments
Comments
(0)