pgsql: ecpg: Move function prototype into header file

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: ecpg: Move function prototype into header file
Date: 2013-07-23 01:04:16
Message-ID: E1V1R1U-00062K-5l@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2013-07-23 13:04:27 pgsql: Additional regression tests for ALTER OPERATOR FAMILY.
Previous Message Andres Freund 2013-07-23 00:38:53 Re: [COMMITTERS] pgsql: Add support for REFRESH MATERIALIZED VIEW CONCURRENTLY.