forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1fea1e3
committed
libpq: Change "options" dispchar to normal
libpq connection options as returned by PQconndefaults() have a"dispchar" field that determines (among other things) whether an optionis a "debug" option, which shouldn't be shown by default to clients.postgres_fdw makes use of that to control which connection options toaccept from a foreign server configuration.Curiously, the "options" option, which allows passing configurationsettings to the backend server, was listed as a debug option, whichprevented it from being used by postgres_fdw. Maybe it was once meantfor debugging, but it's clearly in general use nowadays.So change the dispchar for it to be the normal non-debug case. Alsoremove the "debug" reference from its label field.Reported-by: Shinoda, Noriyoshi <noriyoshi.shinoda@hpe.com>1 parent98afa68 commit1fea1e3
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
236 | 236 |
| |
237 | 237 |
| |
238 | 238 |
| |
239 |
| - | |
| 239 | + | |
240 | 240 |
| |
241 | 241 |
| |
242 | 242 |
| |
|
0 commit comments
Comments
(0)