Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0e3f0cb

Browse files
committed
exports.txt needs to use spaces as separators, not tabs, to work properly
with the sed rules.
1 parent aaa9f7d commit 0e3f0cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interfaces/ecpg/compatlib/exports.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/exports.txt,v 1.5 2009/08/14 13:28:22 meskes Exp $
1+
# $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/exports.txt,v 1.6 2009/08/27 16:49:41 mha Exp $
22
# Functions to be exported by ecpg_compatlib DLL
33
ECPG_informix_get_var 1
44
ECPG_informix_set_var 2
@@ -41,4 +41,4 @@ rtypwidth 38
4141
rupshift 39
4242
ldchar 40
4343
byleng 41
44-
ECPG_informix_reset_sqlca 42
44+
ECPG_informix_reset_sqlca 42

0 commit comments

Comments
 (0)