postgresql/src/common
Alvaro Herrera e668507d36 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
2018-04-19 10:45:15 -03:00
..
exec.c Enlarge find_other_exec's meager fgets buffer 2018-04-19 10:45:15 -03:00
fe_memutils.c Update copyright for 2014 2014-01-07 16:05:30 -05:00
Makefile Unlink static libraries before rebuilding them. 2015-03-01 13:06:33 -05:00
pgfnames.c Remove MinGW readdir/errno bug workaround fixed on 2003-10-10 2014-03-21 13:47:37 -04:00
psprintf.c pgindent run for 9.4 2014-05-06 12:12:18 -04:00
relpath.c pgindent run for 9.4 2014-05-06 12:12:18 -04:00
rmtree.c Update copyright for 2014 2014-01-07 16:05:30 -05:00
string.c Add pg_string_endswith as the start of a string helper library in src/common. 2015-01-03 20:54:13 +01:00
username.c Fix libpq's behavior when /etc/passwd isn't readable. 2015-01-11 12:35:47 -05:00
wait_error.c Update copyright for 2014 2014-01-07 16:05:30 -05:00