Missing compiled default for channel_binding param from PQconndefaults

Поиск
Список
Период
Сортировка
От Daniele Varrazzo
Тема Missing compiled default for channel_binding param from PQconndefaults
Дата
Msg-id CA+mi_8Zo8Rgn7p+6ZRY7QdDu+23ukT9AvoHNyPbgKACxwgGhZA@mail.gmail.com
обсуждение исходный текст
Ответы Re: Missing compiled default for channel_binding param from PQconndefaults  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
$ python
>>> import psycopg3
>>> print([info for info in psycopg3.pq.Conninfo.get_defaults() if info.keyword == b"channel_binding"])
[ConninfoOption(keyword=b'channel_binding',
envvar=b'PGCHANNELBINDING', compiled=None, val=None,
label=b'Channel-Binding', dispchar=b'', dispsize=8)]

compiled is expected to be "prefer" or "disable" as per docs.

Please find a patch attached.

Cheers

-- Daniele

Вложения

В списке pgsql-bugs по дате отправления:

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #16792: silent corruption of GIN index resulting in SELECTs returning non-matching rows
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Missing compiled default for channel_binding param from PQconndefaults