CVSROOT: /cvsrootModule name: pgsqlChanges by: momjian@postgresql.org 02/07/18 00:49:30
Modified files: src/interfaces/libpq++: pgtransdb.h
Log message: Fix for PgTransaction class to make these visible to C apps:
ExecStatusType BeginTransaction(); ExecStatusType EndTransaction();
Piotr Klaban