Cleaned up ecpglib and renamed functions that do not need to be exported.

Michael Meskes <meskes@postgresql.org>

Commit: 7793c6ecca0560de152ec8dc0dea22d22c5d59af
Author: Michael Meskes <meskes@postgresql.org>
Date: 2007-10-03T11:11:12Z
Releases: 8.3.0
Cleaned up ecpglib and renamed functions that do not need to be exported.
Created export list for ecpglib.

Files

PathChange+/−
src/interfaces/ecpg/ChangeLog modified +3 −0
src/interfaces/ecpg/compatlib/informix.c modified +32 −11
src/interfaces/ecpg/ecpglib/connect.c modified +65 −65
src/interfaces/ecpg/ecpglib/data.c modified +31 −31
src/interfaces/ecpg/ecpglib/descriptor.c modified +66 −66
src/interfaces/ecpg/ecpglib/error.c modified +14 −14
src/interfaces/ecpg/ecpglib/execute.c modified +180 −180
src/interfaces/ecpg/ecpglib/exports.txt added +28 −0
src/interfaces/ecpg/ecpglib/extern.h modified +38 −35
src/interfaces/ecpg/ecpglib/Makefile modified +49 −2
src/interfaces/ecpg/ecpglib/memory.c modified +14 −14
src/interfaces/ecpg/ecpglib/misc.c modified +16 −16
src/interfaces/ecpg/ecpglib/prepare.c modified +44 −44
src/interfaces/ecpg/ecpglib/typename.c modified +3 −3
src/interfaces/ecpg/include/ecpglib.h modified +1 −4
src/interfaces/ecpg/preproc/preproc.y modified +7 −7
src/interfaces/ecpg/preproc/type.c modified +2 −2
src/interfaces/ecpg/preproc/type.h modified +1 −1
src/interfaces/ecpg/test/expected/compat_informix-rnull.stderr modified +55 −55
src/interfaces/ecpg/test/expected/compat_informix-test_informix2.stderr modified +27 −27
src/interfaces/ecpg/test/expected/compat_informix-test_informix.stderr modified +50 −50
src/interfaces/ecpg/test/expected/connect-test1.stderr modified +5 −5
src/interfaces/ecpg/test/expected/connect-test2.stderr modified +20 −20
src/interfaces/ecpg/test/expected/connect-test3.stderr modified +9 −9
src/interfaces/ecpg/test/expected/connect-test5.stderr modified +5 −5
src/interfaces/ecpg/test/expected/pgtypeslib-dt_test.stderr modified +17 −17
src/interfaces/ecpg/test/expected/pgtypeslib-num_test.stderr modified +11 −11
src/interfaces/ecpg/test/expected/preproc-array_of_struct.stderr modified +35 −35
src/interfaces/ecpg/test/expected/preproc-autoprep.stderr modified +46 −46
src/interfaces/ecpg/test/expected/preproc-define.stderr modified +21 −21
src/interfaces/ecpg/test/expected/preproc-type.stderr modified +17 −17
src/interfaces/ecpg/test/expected/preproc-variable.stderr modified +78 −78
src/interfaces/ecpg/test/expected/preproc-whenever.stderr modified +29 −29
src/interfaces/ecpg/test/expected/sql-array.stderr modified +37 −37
src/interfaces/ecpg/test/expected/sql-binary.stderr modified +30 −30
src/interfaces/ecpg/test/expected/sql-code100.stderr modified +55 −55
src/interfaces/ecpg/test/expected/sql-copystdout.stderr modified +16 −16
src/interfaces/ecpg/test/expected/sql-define.stderr modified +23 −23
src/interfaces/ecpg/test/expected/sql-desc.stderr modified +58 −58
src/interfaces/ecpg/test/expected/sql-dynalloc2.stderr modified +42 −42
src/interfaces/ecpg/test/expected/sql-dynalloc.stderr modified +40 −40
src/interfaces/ecpg/test/expected/sql-dyntest.stderr modified +43 −43
src/interfaces/ecpg/test/expected/sql-execute.stderr modified +65 −65
src/interfaces/ecpg/test/expected/sql-fetch.stderr modified +55 −55
src/interfaces/ecpg/test/expected/sql-func.stderr modified +34 −34
src/interfaces/ecpg/test/expected/sql-indicators.stderr modified +37 −37
src/interfaces/ecpg/test/expected/sql-insupd.stderr modified +30 −30
src/interfaces/ecpg/test/expected/sql-oldexec.stderr modified +65 −65
src/interfaces/ecpg/test/expected/sql-parser.stderr modified +21 −21
src/interfaces/ecpg/test/expected/sql-quote.stderr modified +51 −51
src/interfaces/ecpg/test/expected/sql-show.stderr modified +28 −28