pgsql: Fixed a few typos in ecpg.

From: meskes(at)postgresql(dot)org (Michael Meskes)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fixed a few typos in ecpg.
Date: 2010-01-29 15:57:01
Message-ID: 20100129155701.514E27541B9@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fixed a few typos in ecpg. Two were in comments, the third made a log output reverse yes and no.

Modified Files:
--------------
pgsql/src/interfaces/ecpg/ecpglib:
execute.c (r1.89 -> r1.90)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ecpglib/execute.c?r1=1.89&r2=1.90)
pgsql/src/interfaces/ecpg/preproc:
ecpg.header (r1.11 -> r1.12)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/ecpg.header?r1=1.11&r2=1.12)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Meskes 2010-01-29 16:28:13 pgsql: Changed ECPG outofscope handling to always print out statements
Previous Message Takahiro Itagaki 2010-01-29 06:03:15 pgsql: Fix command tag for ALTER LARGE OBJECT.