forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7bea19d
committed
On second thought, disable parallelism for prepared statements.
CREATE TABLE .. AS EXECUTE can turn an apparently read-only query intoa write operation, which parallel query can't handle. It's a bit of ashame that requires us to avoid parallel query for queries prepared viaPREPARE in all cases, but for right now it does.1 parent35746bc commit7bea19d
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
159 | 159 |
| |
160 | 160 |
| |
161 | 161 |
| |
162 |
| - | |
| 162 | + | |
163 | 163 |
| |
164 | 164 |
| |
165 | 165 |
| |
|
0 commit comments
Comments
(0)