Commit 8f6b4f1
committed
fix: Remove unsupported pg_sslmode value 'allow' from Postgres docs
The connection pool rejects 'allow' with an InvalidParameterError —
the match arm at postgrespool.rs:280 only accepts disable, require,
prefer, verify-ca, and verify-full. Users setting pg_sslmode: allow
get a runtime error. Removed from all 16 affected files (8 connector
+ 8 accelerator across vNext and versioned docs).
Verified against datafusion-table-providers at rev f4f864d —
core/src/sql/db_connection_pool/postgrespool.rs:279-2881 parent d1bf5cf commit 8f6b4f1
16 files changed
Lines changed: 8 additions & 16 deletions
File tree
- website
- docs/components
- data-accelerators/postgres
- data-connectors/postgres
- versioned_docs
- version-1.10.x/components
- data-accelerators/postgres
- data-connectors/postgres
- version-1.11.x/components
- data-accelerators/postgres
- data-connectors/postgres
- version-1.5.x/components
- data-accelerators/postgres
- data-connectors/postgres
- version-1.6.x/components
- data-accelerators/postgres
- data-connectors/postgres
- version-1.7.x/components
- data-accelerators/postgres
- data-connectors/postgres
- version-1.8.x/components
- data-accelerators/postgres
- data-connectors/postgres
- version-1.9.x/components
- data-accelerators/postgres
- data-connectors/postgres
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | 40 | | |
42 | 41 | | |
43 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | 36 | | |
38 | 37 | | |
39 | 38 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | 36 | | |
38 | 37 | | |
39 | 38 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
0 commit comments