File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8312,7 +8312,7 @@ EXEC SQL CLOSE DATABASE;
8312
8312
<term><literal>FREE cursor_name</literal></term>
8313
8313
<listitem>
8314
8314
<para>
8315
- Due to the differences how ECPG works compared to Informix's ESQL/C (i.e. , which steps
8315
+ Due to differences in how ECPG works compared to Informix's ESQL/C (namely , which steps
8316
8316
are purely grammar transformations and which steps rely on the underlying run-time library)
8317
8317
there is no <literal>FREE cursor_name</literal> statement in ECPG. This is because in ECPG,
8318
8318
<literal>DECLARE CURSOR</literal> doesn't translate to a function call into
Original file line number Diff line number Diff line change @@ -540,7 +540,7 @@ create_script_for_old_cluster_deletion(char **deletion_script_file_name)
540
540
if (path_is_prefix_of_path (old_cluster_pgdata , new_cluster_pgdata ))
541
541
{
542
542
pg_log (PG_WARNING ,
543
- "\nWARNING: new data directory should not be inside the old data directory, e.g . %s" , old_cluster_pgdata );
543
+ "\nWARNING: new data directory should not be inside the old data directory, i.e . %s" , old_cluster_pgdata );
544
544
545
545
/* Unlink file in case it is left over from a previous run. */
546
546
unlink (* deletion_script_file_name );
@@ -564,7 +564,7 @@ create_script_for_old_cluster_deletion(char **deletion_script_file_name)
564
564
{
565
565
/* reproduce warning from CREATE TABLESPACE that is in the log */
566
566
pg_log (PG_WARNING ,
567
- "\nWARNING: user-defined tablespace locations should not be inside the data directory, e.g . %s" , old_tablespace_dir );
567
+ "\nWARNING: user-defined tablespace locations should not be inside the data directory, i.e . %s" , old_tablespace_dir );
568
568
569
569
/* Unlink file in case it is left over from a previous run. */
570
570
unlink (* deletion_script_file_name );
You can’t perform that action at this time.
0 commit comments