pgsql: Remove incorrect comment in dshash.c.

2018-10-28 Thread Thomas Munro
Remove incorrect comment in dshash.c. Back-patch to 11. Author: Antonin Houska Discussion: https://postgr.es/m/8726.1540553521%40localhost Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/051a1494bd31fbb743c23d39299da6933847afb5 Modified Files -- src/ba

pgsql: Remove incorrect comment in dshash.c.

2018-10-28 Thread Thomas Munro
Remove incorrect comment in dshash.c. Back-patch to 11. Author: Antonin Houska Discussion: https://postgr.es/m/8726.1540553521%40localhost Branch -- REL_11_STABLE Details --- https://git.postgresql.org/pg/commitdiff/c653cb27b41eb1632e6d88a3efad482a11e45ee2 Modified Files --

pgsql: Fix perl searchpath for modern perl for MSVC tools

2018-10-28 Thread Andrew Dunstan
Fix perl searchpath for modern perl for MSVC tools Modern versions of perl no longer include the current directory in the perl searchpath, as it's insecure. Instead of adding the current directory, we get around the problem by adding the directory where the script lives. Problem noted by Victor W

pgsql: Fix perl searchpath for modern perl for MSVC tools

2018-10-28 Thread Andrew Dunstan
Fix perl searchpath for modern perl for MSVC tools Modern versions of perl no longer include the current directory in the perl searchpath, as it's insecure. Instead of adding the current directory, we get around the problem by adding the directory where the script lives. Problem noted by Victor W

pgsql: Fix perl searchpath for modern perl for MSVC tools

2018-10-28 Thread Andrew Dunstan
Fix perl searchpath for modern perl for MSVC tools Modern versions of perl no longer include the current directory in the perl searchpath, as it's insecure. Instead of adding the current directory, we get around the problem by adding the directory where the script lives. Problem noted by Victor W

pgsql: Fix perl searchpath for modern perl for MSVC tools

2018-10-28 Thread Andrew Dunstan
Fix perl searchpath for modern perl for MSVC tools Modern versions of perl no longer include the current directory in the perl searchpath, as it's insecure. Instead of adding the current directory, we get around the problem by adding the directory where the script lives. Problem noted by Victor W

pgsql: Fix perl searchpath for modern perl for MSVC tools

2018-10-28 Thread Andrew Dunstan
Fix perl searchpath for modern perl for MSVC tools Modern versions of perl no longer include the current directory in the perl searchpath, as it's insecure. Instead of adding the current directory, we get around the problem by adding the directory where the script lives. Problem noted by Victor W

pgsql: Fix perl searchpath for modern perl for MSVC tools

2018-10-28 Thread Andrew Dunstan
Fix perl searchpath for modern perl for MSVC tools Modern versions of perl no longer include the current directory in the perl searchpath, as it's insecure. Instead of adding the current directory, we get around the problem by adding the directory where the script lives. Problem noted by Victor W

pgsql: Fix perl searchpath for modern perl for MSVC tools

2018-10-28 Thread Andrew Dunstan
Fix perl searchpath for modern perl for MSVC tools Modern versions of perl no longer include the current directory in the perl searchpath, as it's insecure. Instead of adding the current directory, we get around the problem by adding the directory where the script lives. Problem noted by Victor W