Index: src/interfaces/ecpg/ecpglib/misc.c =================================================================== RCS file: /projects/cvsroot/pgsql/src/interfaces/ecpg/ecpglib/misc.c,v retrieving revision 1.26 diff -c -r1.26 misc.c *** src/interfaces/ecpg/ecpglib/misc.c 15 Oct 2005 02:49:47 -0000 1.26 --- src/interfaces/ecpg/ecpglib/misc.c 23 Apr 2006 21:37:27 -0000 *************** *** 179,185 **** if (!ECPGinit(con, connection_name, lineno)) return (false); ! ECPGlog("ECPGtrans line %d action = %s connection = %s\n", lineno, transaction, con->name); /* if we have no connection we just simulate the command */ if (con && con->connection) --- 179,185 ---- if (!ECPGinit(con, connection_name, lineno)) return (false); ! ECPGlog("ECPGtrans line %d action = %s connection = %s\n", lineno, transaction, con ? con->name : "(nil)" ); /* if we have no connection we just simulate the command */ if (con && con->connection)