pgsql: Use the AddFile function consistently in MSVC build scripts

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Use the AddFile function consistently in MSVC build scripts
Date: 2021-07-28 11:44:02
Message-ID: E1m8hyk-0003Ph-HC@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Use the AddFile function consistently in MSVC build scripts

We seem to be using a mix of manually adding to the 'files' hash and
calling the Addfile() method. Let's just consistently use AddFile().

Reviewed-by: Dagfinn Ilmari Mannsåker
Discussion: https://postgr.es/m/CAApHDvpo6g5csCTjc_0C7DMvgFPomVb0Rh-AcW5afd=Ya=LRuw@mail.gmail.com

Branch
------
master

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

Modified Files
--------------
src/tools/msvc/Project.pm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message John Naylor 2021-07-28 16:12:54 pgsql: Disallow negative strides in date_bin()
Previous Message David Rowley 2021-07-28 03:03:36 pgsql: Doc: Clarify lock levels taken during ATTACH PARTITION