pgsql: There is no need to have to identical functions in ecpg thus rem

Поиск
Список
Период
Сортировка
От Michael Meskes
Тема pgsql: There is no need to have to identical functions in ecpg thus rem
Дата
Msg-id E1PbuFf-0002qZ-Tj@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
There is no need to have to identical functions in ecpg thus removing one of them.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=1066dbfb85462116e4ed3d889a686f1e48333467

Modified Files
--------------
src/interfaces/ecpg/preproc/descriptor.c |    4 +-
src/interfaces/ecpg/preproc/ecpg.addons  |   92 +++---
src/interfaces/ecpg/preproc/ecpg.header  |   39 +--
src/interfaces/ecpg/preproc/ecpg.trailer |  572 +++++++++++++++---------------
src/interfaces/ecpg/preproc/extern.h     |    3 +-
src/interfaces/ecpg/preproc/parse.pl     |    4 +-
src/interfaces/ecpg/preproc/type.c       |   18 +-
src/interfaces/ecpg/preproc/variable.c   |   20 +-
8 files changed, 371 insertions(+), 381 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix assorted corner-case bugs in contrib/intarray.
Следующее
От: Magnus Hagander
Дата:
Сообщение: pgsql: Add pgreadlink() on Windows to read junction points