mirror of
https://github.com/postgres/postgres.git
synced 2026-04-26 08:37:12 -04:00
Add a "return" statement to pacify perlcritic.
Per buildfarm member crake.
This commit is contained in:
parent
b09a64d602
commit
1dba1b61c2
1 changed files with 2 additions and 0 deletions
|
|
@ -411,6 +411,8 @@ sub GenerateArrayTypes
|
|||
}
|
||||
|
||||
push @$types, @array_types;
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
# Rename temporary files to final names.
|
||||
|
|
|
|||
Loading…
Reference in a new issue