1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-16 06:01:02 +03:00

Reindent Perl files with perltidy version 20170521.

Discussion: https://postgr.es/m/CABUevEzK3cNiHZQ18f5tK0guoT+cN_jWeVzhYYxY=r+1Q3SmoA@mail.gmail.com
This commit is contained in:
Tom Lane
2018-04-25 14:00:19 -04:00
parent 46cda5bf7b
commit f04d4ac919
53 changed files with 1828 additions and 1851 deletions

View File

@ -101,7 +101,7 @@ sub Install
# Don't find files of in-tree temporary installations.
$_ eq 'share' and $File::Find::prune = 1;
}
}
},
@top_dir);
CopySetOfFiles('config files', $sample_files, $target . '/share/');
@ -135,8 +135,8 @@ sub Install
'Information schema data', $target . '/share/',
'src/backend/catalog/', 'sql_features.txt');
CopyFiles(
'Error code data', $target . '/share/',
'src/backend/utils/', 'errcodes.txt');
'Error code data', $target . '/share/',
'src/backend/utils/', 'errcodes.txt');
GenerateConversionScript($target);
GenerateTimezoneFiles($target, $conf);
GenerateTsearchFiles($target);
@ -161,7 +161,7 @@ sub Install
# Don't find files of in-tree temporary installations.
$_ eq 'share' and $File::Find::prune = 1;
}
}
},
@pldirs);
CopySetOfFiles('PL Extension files',
@ -693,7 +693,7 @@ sub GenerateNLSFiles
{ wanted => sub {
/^nls\.mk\z/s
&& !push(@flist, $File::Find::name);
}
}
},
"src");
foreach (@flist)