Skip to content

Commit e5fab26

Browse files
author
Michael Meskes
committed
added ECPGget_PGconn to exports.txt
1 parent 6644be6 commit e5fab26

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

src/interfaces/ecpg/ChangeLog

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2333,5 +2333,9 @@ Thu, 20 Mar 2008 16:54:27 +0100
23332333
- Changed statement escaping to not escape continuation line markers.
23342334
- Bumped ecpg version to 4.4.1.
23352335
- Added ECPGget_PGconn() function to ecpglib, courtesy of Mike Aubury.
2336-
- Bumped ecpglib version to 6.1.
2336+
2337+
Tue, 25 Mar 2008 13:43:27 +0100
2338+
2339+
- Also added ECPGget_PGconn to exports.txt.
2340+
23372341

src/interfaces/ecpg/ecpglib/exports.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/exports.txt,v 1.4 2007/10/04 17:49:31 meskes Exp $
1+
# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/exports.txt,v 1.4.2.1 2008/03/25 12:45:33 meskes Exp $
22
# Functions to be exported by ecpglib DLL
33
ECPGallocate_desc 1
44
ECPGconnect 2
@@ -25,3 +25,4 @@ ECPGsetconn 22
2525
ECPGstatus 23
2626
ECPGtrans 24
2727
sqlprint 25
28+
ECPGget_PGconn 26

0 commit comments

Comments
 (0)