mirror of
https://github.com/postgres/postgres.git
synced 2025-08-27 07:42:10 +03:00
Fix typos.
Oskari Saarenmaa
This commit is contained in:
@@ -632,7 +632,7 @@ sub preload_addons
|
||||
my $filename = $path . "/ecpg.addons";
|
||||
open(my $fh, '<', $filename) or die;
|
||||
|
||||
# there may be multple lines starting ECPG: and then multiple lines of code.
|
||||
# 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);
|
||||
|
||||
|
Reference in New Issue
Block a user