Re: [PoC] Federated Authn/z with OAUTHBEARER
| От | Tom Lane |
|---|---|
| Тема | Re: [PoC] Federated Authn/z with OAUTHBEARER |
| Дата | |
| Msg-id | 636879.1742357835@sss.pgh.pa.us обсуждение |
| Ответ на | Re: [PoC] Federated Authn/z with OAUTHBEARER (Thomas Munro <thomas.munro@gmail.com>) |
| Ответы |
Re: [PoC] Federated Authn/z with OAUTHBEARER
|
| Список | pgsql-hackers |
Thomas Munro <thomas.munro@gmail.com> writes:
> All pushed
You may have noticed it already, but indri reports that this
printf-like call isn't right:
fe-auth-oauth-curl.c:1392:49: error: data argument not used by format string [-Werror,-Wformat-extra-args]
1392 | actx_error(actx, "deleting kqueue timer: %m", timeout);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
fe-auth-oauth-curl.c:324:59: note: expanded from macro 'actx_error'
324 | appendPQExpBuffer(&(ACTX)->errbuf, libpq_gettext(FMT), ##__VA_ARGS__)
| ~~~ ^
"timeout" isn't being used anymore.
regards, tom lane
В списке pgsql-hackers по дате отправления: