pgsql: Enlarge find_other_exec's meager fgets buffer

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Enlarge find_other_exec's meager fgets buffer
Дата
Msg-id E1f9A4Y-0005dL-K2@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Enlarge find_other_exec's meager fgets buffer

The buffer was 100 bytes long, which is barely sufficient when the
version string gets longer (such as by configure --with-extra-version).
Set it to MAXPGPATH.

Author: Nikhil Sontakke
Discussion: https://postgr.es/m/CAMGcDxfLfpYU_Jru++L6ARPCOyxr0W+2O3Q54TDi5XdYeU36ow@mail.gmail.com

Branch
------
REL9_5_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/e160fa005e809c9b5b15232d73b3109278488a05

Modified Files
--------------
src/common/exec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Teodor Sigaev
Дата:
Сообщение: Re: pgsql: Skip full index scan during cleanup of B-tree indexes whenpossi
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Rework code to determine partition pruning procedure