Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc0e96b4

Browse files
committed
perltidy run on the MSVC build system
Forgot this with previuos commit, line it up so it's easier tosubmit (readable) patches against the MSVC build system.
1 parent39b8843 commitc0e96b4

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)

[8]ページ先頭

©2009-2025 Movatter.jp