Fix vcregress.pl's ancient misspelling of --max-connections.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 11 May 2021 23:17:07 +0000 (19:17 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 11 May 2021 23:17:07 +0000 (19:17 -0400)
commit0b85fa93e4575183aa5a71ebe3c6bae8d97704ed
tree3bc6fb55141fe6e9e20abc1e0a027eba0e4a7251
parent1df3555acc78dedc3ca25eb5e83649b3da1f298f
Fix vcregress.pl's ancient misspelling of --max-connections.

I copied the existing spelling of "--max_connections", but
that's just wrong :-(.  Evidently setting $ENV{MAX_CONNECTIONS}
has never actually worked in this script.  Given the lack of
complaints, it's probably not worth back-patching a fix.

Per buildfarm.

Discussion: https://postgr.es/m/899209.1620759506@sss.pgh.pa.us
src/tools/msvc/vcregress.pl