Re: Kerberos delegation support in libpq and postgres_fdw

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Kerberos delegation support in libpq and postgres_fdw
Дата
Msg-id 19afb899-318d-c61f-2de4-0e7dcbf5e0fd@enterprisedb.com
обсуждение исходный текст
Ответ на Re: Kerberos delegation support in libpq and postgres_fdw  (Peifeng Qiu <peifengq@vmware.com>)
Ответы Re: Kerberos delegation support in libpq and postgres_fdw
Re: Kerberos delegation support in libpq and postgres_fdw
Список pgsql-hackers
On 22.07.21 10:39, Peifeng Qiu wrote:
> I've slightly modified the patch to support "gssencmode" and added TAP 
> tests.

For the TAP tests, please put then under src/test/kerberos/, instead of 
copying the whole infrastructure to contrib/postgres_fdw/.  Just make a 
new file, for example t/002_postgres_fdw_proxy.pl, and put your tests there.

Also, you can put code and tests in one patch, no need to separate.

I wonder if this feature would also work in dblink.  Since there is no 
substantial code changes in postgres_fdw itself as part of this patch, I 
would suspect yes.  Can you check?



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

Предыдущее
От: Laurenz Albe
Дата:
Сообщение: Re: pgstat_send_connstats() introduces unnecessary timestamp and UDP overhead
Следующее
От: Bharath Rupireddy
Дата:
Сообщение: Re: pg_receivewal: remove extra conn = NULL; in StreamLog