mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03:00
Fix typos.
Oskari Saarenmaa
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
/* src/interfaces/ecpg/ecpglib/execute.c */
|
||||
|
||||
/*
|
||||
* The aim is to get a simpler inteface to the database routines.
|
||||
* The aim is to get a simpler interface to the database routines.
|
||||
* All the tidieous messing around with tuples is supposed to be hidden
|
||||
* by this function.
|
||||
*/
|
||||
|
@ -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);
|
||||
|
||||
|
@ -446,7 +446,7 @@ ECPGdump_a_simple(FILE *o, const char *name, enum ECPGttype type,
|
||||
sprintf(variable, "&(%s%s)", prefix ? prefix : "", name);
|
||||
|
||||
/*
|
||||
* If we created a varchar structure atomatically, counter is
|
||||
* If we created a varchar structure automatically, counter is
|
||||
* greater than 0.
|
||||
*/
|
||||
if (counter)
|
||||
|
Reference in New Issue
Block a user