pgsql: Correctly name functions in debug output in ecpglib.

From: meskes(at)postgresql(dot)org (Michael Meskes)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Correctly name functions in debug output in ecpglib.
Date: 2010-03-21 11:33:44
Message-ID: 20100321113344.E5C6C7541D0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Correctly name functions in debug output in ecpglib. When the functions were
refactored the debug output wasn't adjusted.

Modified Files:
--------------
pgsql/src/interfaces/ecpg/ecpglib:
prepare.c (r1.37 -> r1.38)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ecpglib/prepare.c?r1=1.37&r2=1.38)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Meskes 2010-03-21 11:38:16 pgsql: Adjusted regression test results to the change I made in debug
Previous Message Michael Meskes 2010-03-21 10:49:52 pgsql: ECPG only copied #include statements instead of processing them