mirror of
https://github.com/postgres/postgres.git
synced 2025-06-16 06:01:02 +03:00
Post-PG 10 beta1 pgperltidy run
This commit is contained in:
@ -20,12 +20,12 @@ our (@ISA, @EXPORT_OK);
|
||||
my $insttype;
|
||||
my @client_contribs = ('oid2name', 'pgbench', 'vacuumlo');
|
||||
my @client_program_files = (
|
||||
'clusterdb', 'createdb', 'createuser',
|
||||
'dropdb', 'dropuser', 'ecpg',
|
||||
'libecpg', 'libecpg_compat', 'libpgtypes', 'libpq',
|
||||
'pg_basebackup', 'pg_config', 'pg_dump', 'pg_dumpall',
|
||||
'pg_isready', 'pg_receivewal', 'pg_recvlogical', 'pg_restore',
|
||||
'psql', 'reindexdb', 'vacuumdb', @client_contribs);
|
||||
'clusterdb', 'createdb', 'createuser', 'dropdb',
|
||||
'dropuser', 'ecpg', 'libecpg', 'libecpg_compat',
|
||||
'libpgtypes', 'libpq', 'pg_basebackup', 'pg_config',
|
||||
'pg_dump', 'pg_dumpall', 'pg_isready', 'pg_receivewal',
|
||||
'pg_recvlogical', 'pg_restore', 'psql', 'reindexdb',
|
||||
'vacuumdb', @client_contribs);
|
||||
|
||||
sub lcopy
|
||||
{
|
||||
@ -392,8 +392,8 @@ sub GenerateTimezoneFiles
|
||||
|
||||
print "Generating timezone files...";
|
||||
|
||||
my @args = ("$conf/zic/zic", '-d', "$target/share/timezone",
|
||||
'-p', "$posixrules");
|
||||
my @args =
|
||||
("$conf/zic/zic", '-d', "$target/share/timezone", '-p', "$posixrules");
|
||||
foreach (@tzfiles)
|
||||
{
|
||||
my $tzfile = $_;
|
||||
|
Reference in New Issue
Block a user