mirror of
https://github.com/postgres/postgres.git
synced 2025-11-22 12:22:45 +03:00
Initial pgperltidy run for v12.
Make all the perl code look nice, too (for some value of "nice").
This commit is contained in:
@@ -203,7 +203,7 @@ $bmap{'t'} = 'true';
|
||||
$bmap{'f'} = 'false';
|
||||
my @fmgr_builtin_oid_index;
|
||||
my $last_builtin_oid = 0;
|
||||
my $fmgr_count = 0;
|
||||
my $fmgr_count = 0;
|
||||
foreach my $s (sort { $a->{oid} <=> $b->{oid} } @fmgr)
|
||||
{
|
||||
print $tfh
|
||||
|
||||
Reference in New Issue
Block a user