Comment fix of config_default.pl
Kyotaro Horiguchi <horikyota.ntt@gmail.com>
From: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
To: pgsql-hackers@lists.postgresql.org
Date: 2019-07-12T03:15:29Z
Lists: pgsql-hackers
Attachments
- config_default_comment_fix.patch (text/x-patch) patch
Hello. In src/tools/msvc/config_default.pl, peremeter "perl" requires a path string, not a bool differently from that of configure script. --with-python has the same characteristics and the comment is suggesting that. We need to fix --with-perl and --with-uuid the same way. regards. -- Kyotaro Horiguchi NTT Open Source Software Center
Commits
-
Fix some inconsistencies in MSVC scripts
- 39aadc984221 13.0 landed