mirror of
https://github.com/postgres/postgres.git
synced 2025-06-26 12:21:12 +03:00
Add a "return" statement to pacify perlcritic.
Per buildfarm member crake.
This commit is contained in:
@ -411,6 +411,8 @@ sub GenerateArrayTypes
|
|||||||
}
|
}
|
||||||
|
|
||||||
push @$types, @array_types;
|
push @$types, @array_types;
|
||||||
|
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
# Rename temporary files to final names.
|
# Rename temporary files to final names.
|
||||||
|
Reference in New Issue
Block a user