Re: pgsql: Don't trust unvalidated xl_tot_len.

Поиск
Список
Период
Сортировка
От Christoph Berg
Тема Re: pgsql: Don't trust unvalidated xl_tot_len.
Дата
Msg-id ZU9rQYbAenlvgpsg@msg.df7cb.de
обсуждение исходный текст
Ответ на Re: pgsql: Don't trust unvalidated xl_tot_len.  (Thomas Munro <thomas.munro@gmail.com>)
Ответы Re: pgsql: Don't trust unvalidated xl_tot_len.  (Thomas Munro <thomas.munro@gmail.com>)
Список pgsql-hackers
Re: Thomas Munro
> In the 13 branch we see that's in the new scan_server_header()
> subroutine where it tries to open the header, after asking pg_config
> --includedir-server where it lives.  Hmm...

It's no ok to use pg_config at test time since `make install` might
not have been called yet:

https://www.postgresql.org/message-id/2023925.1644591595@sss.pgh.pa.us
https://www.postgresql.org/message-id/YqkV/hoi2SX91it8@paquier.xyz

Christoph



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

Предыдущее
От: Sergei Kornilov
Дата:
Сообщение: Re:Making auto_explain more useful / convenient
Следующее
От: Alexander Lakhin
Дата:
Сообщение: Re: ResourceOwner refactoring