mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
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.
This commit is contained in:
@ -25,10 +25,9 @@ my $postgres;
|
|||||||
my $libpq;
|
my $libpq;
|
||||||
|
|
||||||
my $contrib_defines = {'refint' => 'REFINT_VERBOSE'};
|
my $contrib_defines = {'refint' => 'REFINT_VERBOSE'};
|
||||||
my @contrib_uselibpq = ('dblink', 'oid2name', 'pgbench', 'pg_upgrade',
|
my @contrib_uselibpq = ('dblink', 'oid2name', 'pgbench', 'pg_upgrade','vacuumlo');
|
||||||
'vacuumlo');
|
my @contrib_uselibpgport =
|
||||||
my @contrib_uselibpgport = ('oid2name', 'pgbench', 'pg_standby',
|
('oid2name', 'pgbench', 'pg_standby','pg_archivecleanup', 'pg_upgrade', 'vacuumlo');
|
||||||
'pg_archivecleanup', 'pg_upgrade', 'vacuumlo');
|
|
||||||
my $contrib_extralibs = {'pgbench' => ['wsock32.lib']};
|
my $contrib_extralibs = {'pgbench' => ['wsock32.lib']};
|
||||||
my $contrib_extraincludes = {'tsearch2' => ['contrib/tsearch2'], 'dblink' => ['src/backend']};
|
my $contrib_extraincludes = {'tsearch2' => ['contrib/tsearch2'], 'dblink' => ['src/backend']};
|
||||||
my $contrib_extrasource = {
|
my $contrib_extrasource = {
|
||||||
|
Reference in New Issue
Block a user