Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit31d2b11

Browse files
committed
Expose the default for channel_binding in PQconndefaults().
If there's a static default value for a connection option,it should be shown in the PQconninfoOptions array.Daniele VarrazzoDiscussion:https://postgr.es/m/CA+mi_8Zo8Rgn7p+6ZRY7QdDu+23ukT9AvoHNyPbgKACxwgGhZA@mail.gmail.com
1 parent63d78d1 commit31d2b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/interfaces/libpq/fe-connect.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ static const internalPQconninfoOption PQconninfoOptions[] = {
214214
"Database-Password-File","",64,
215215
offsetof(structpg_conn,pgpassfile)},
216216

217-
{"channel_binding","PGCHANNELBINDING",NULL,NULL,
217+
{"channel_binding","PGCHANNELBINDING",DefaultChannelBinding,NULL,
218218
"Channel-Binding","",8,/* sizeof("require") == 8 */
219219
offsetof(structpg_conn,channel_binding)},
220220

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp