mirror of
https://github.com/postgres/postgres.git
synced 2026-04-14 05:27:20 -04:00
pgindent: add Perl comment
This commit is contained in:
parent
cad1e022b2
commit
290d2cb500
1 changed files with 2 additions and 0 deletions
|
|
@ -126,6 +126,8 @@ sub load_typedefs
|
|||
|| die "cannot open typedefs file \"$typedefs_file\": $!\n";
|
||||
my @typedefs = <$typedefs_fh>;
|
||||
close($typedefs_fh);
|
||||
|
||||
# add command-line-supplied typedefs?
|
||||
if (defined($typedef_str))
|
||||
{
|
||||
foreach my $typedef (split(m/[, \t\n]+/, $typedef_str))
|
||||
|
|
|
|||
Loading…
Reference in a new issue