Re: Improving psql's \password command

Поиск
Список
Период
Сортировка
От Bossart, Nathan
Тема Re: Improving psql's \password command
Дата
Msg-id E4840C66-2FD5-4A0B-8CC9-A09F8B9126B7@amazon.com
обсуждение исходный текст
Ответ на Re: Improving psql's \password command  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Improving psql's \password command  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On 11/15/21, 1:04 PM, "Tom Lane" <tgl@sss.pgh.pa.us> wrote:
> register.  But really that doesn't matter anyhow, since this
> is a stack level below where the sigsetjmp call is.  AFAIK the
> only longjmp clobber risk is to pg_get_line_append's mutable
> local variables, of which there are none.

*facepalm*

You are right.  I'm not sure what I was thinking.  Attached a v3
with that part removed.

Nathan


Вложения

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

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: Re: Support for NSS as a libpq TLS backend
Следующее
От: Thomas Munro
Дата:
Сообщение: Re: [RFC] building postgres with meson