pgsql: Enlarge find_other_exec's meager fgets buffer - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Enlarge find_other_exec's meager fgets buffer
Date
Msg-id E1f9A4Y-0005dG-JC@gemulon.postgresql.org
Whole thread Raw
List 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
------
REL_10_STABLE

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

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


pgsql-committers by date:

Previous
From: Teodor Sigaev
Date:
Subject: Re: pgsql: Skip full index scan during cleanup of B-tree indexes whenpossi
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Rework code to determine partition pruning procedure