Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c0e96b4

Browse files
committed
perltidy run on the MSVC build system
Forgot this with previuos commit, line it up so it's easier to submit (readable) patches against the MSVC build system.
1 parent 39b8843 commit c0e96b4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/tools/msvc/Mkvcbuild.pm

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,9 @@ my $postgres;
2525
my $libpq;
2626

2727
my $contrib_defines = {'refint' => 'REFINT_VERBOSE'};
28-
my @contrib_uselibpq = ('dblink', 'oid2name', 'pgbench', 'pg_upgrade',
29-
'vacuumlo');
30-
my @contrib_uselibpgport = ('oid2name', 'pgbench', 'pg_standby',
31-
'pg_archivecleanup', 'pg_upgrade', 'vacuumlo');
28+
my @contrib_uselibpq = ('dblink', 'oid2name', 'pgbench', 'pg_upgrade','vacuumlo');
29+
my @contrib_uselibpgport =
30+
('oid2name', 'pgbench', 'pg_standby','pg_archivecleanup', 'pg_upgrade', 'vacuumlo');
3231
my $contrib_extralibs = {'pgbench' => ['wsock32.lib']};
3332
my $contrib_extraincludes = {'tsearch2' => ['contrib/tsearch2'], 'dblink' => ['src/backend']};
3433
my $contrib_extrasource = {

0 commit comments

Comments
 (0)