Commit 966ba2e
authored
Mark duckdb.force_execution as GUC_REPORT for PgBouncer integration (#982)
PgBonucer in transaction pooling mode only syncs certain settings by
default across connections. You can choose to sync more but that
currently requires some cooperation from that specific setting: It needs
to be marked as `GUC_REPORT`. Since `duckdb.force_excution` heavily
changes how queries get executed it's pretty important that it's not set
to unexpected values. So we set `GUC_REPORT` for this setting and
explain how to configure PgBouncer correctly.1 parent 75df0a6 commit 966ba2e
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
| 149 | + | |
149 | 150 | | |
150 | 151 | | |
151 | 152 | | |
| |||
0 commit comments