aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/include/ecpglib.h
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1998-04-21 13:23:24 +0000
committerMarc G. Fournier <scrappy@hub.org>1998-04-21 13:23:24 +0000
commit64e35e1468e1b4d24c980e63e568cf1f54c7057b (patch)
treebab54f1313a885316ac01f4cf44cf0e1571b5163 /src/interfaces/ecpg/include/ecpglib.h
parent5e6b0a574b38debb3a1b5879f6800d2818f9e5a8 (diff)
downloadpostgresql-64e35e1468e1b4d24c980e63e568cf1f54c7057b.tar.gz
postgresql-64e35e1468e1b4d24c980e63e568cf1f54c7057b.zip
Upgrade ECPG to 2.0
Michael Meskes <meskes@topsystem.de>
Diffstat (limited to 'src/interfaces/ecpg/include/ecpglib.h')
-rw-r--r--src/interfaces/ecpg/include/ecpglib.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/interfaces/ecpg/include/ecpglib.h b/src/interfaces/ecpg/include/ecpglib.h
index 6dd2f92aebf..b828763fa36 100644
--- a/src/interfaces/ecpg/include/ecpglib.h
+++ b/src/interfaces/ecpg/include/ecpglib.h
@@ -13,11 +13,6 @@ bool ECPGstatus(void);
void ECPGlog(const char *format,...);
-/* These functions are only kept for compatibility reasons. */
-/* Use ECPGtrans instead. */
-bool ECPGcommit(int);
-bool ECPGrollback(int);
-
#ifdef LIBPQ_FE_H
bool ECPGsetdb(PGconn *);