pgsql: ecpg: Move function prototype into header file

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: ecpg: Move function prototype into header file
Дата
Msg-id E1V1R1U-00062K-5l@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tatsuo Ishii
Дата:
Сообщение: pgsql: Add --rate option.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: doc: Remove tab from SGML file