pgsql: ecpg: Move function prototype into header file - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: ecpg: Move function prototype into header file
Date
Msg-id E1V1R1U-00062K-5l@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
ecpg: Move function prototype into header file

PGTYPEStimestamp_defmt_scan() was declared twice inside different .c
files, with slightly different prototypes.  Move it into a header file
and correct the prototype.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9feeef92fb9b73371e3f299ba444f86b4ef7e26f

Modified Files
--------------
src/interfaces/ecpg/pgtypeslib/dt.h        |    4 ++++
src/interfaces/ecpg/pgtypeslib/dt_common.c |    3 ---
src/interfaces/ecpg/pgtypeslib/timestamp.c |    3 ---
3 files changed, 4 insertions(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: Tatsuo Ishii
Date:
Subject: pgsql: Add --rate option.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: doc: Remove tab from SGML file