mirror of
https://github.com/postgres/postgres.git
synced 2025-06-29 10:41:53 +03:00
Finish pgindent run for 9.6: Perl files.
This commit is contained in:
@ -632,8 +632,8 @@ sub preload_addons
|
||||
my $filename = $path . "/ecpg.addons";
|
||||
open(my $fh, '<', $filename) or die;
|
||||
|
||||
# there may be multiple lines starting ECPG: and then multiple lines of code.
|
||||
# the code need to be add to all prior ECPG records.
|
||||
# there may be multiple lines starting ECPG: and then multiple lines of code.
|
||||
# the code need to be add to all prior ECPG records.
|
||||
my (@needsRules, @code, $record);
|
||||
|
||||
# there may be comments before the first ECPG line, skip them
|
||||
|
Reference in New Issue
Block a user