pgsql: Enlarge find_other_exec's meager fgets buffer

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Enlarge find_other_exec's meager fgets buffer
Date: 2018-04-19 13:58:02
Message-ID: E1f9A4Y-0005dM-K1@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_4_STABLE

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2018-04-19 15:05:02 pgsql: Rework code to determine partition pruning procedure
Previous Message Teodor Sigaev 2018-04-19 08:29:38 Re: pgsql: Skip full index scan during cleanup of B-tree indexes when possi