Обсуждение: pgsql: Enlarge find_other_exec's meager fgets buffer

Поиск
Список
Период
Сортировка

pgsql: Enlarge find_other_exec's meager fgets buffer

От
Alvaro Herrera
Дата:
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_3_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/070179a4a2f8ebf8aefc90603237a3e794d3a9cf

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