pgsql: There is no need to have to identical functions in ecpg thus rem - Mailing list pgsql-committers

From Michael Meskes
Subject pgsql: There is no need to have to identical functions in ecpg thus rem
Date
Msg-id E1PbuFf-0002qZ-Tj@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix assorted corner-case bugs in contrib/intarray.
Next
From: Magnus Hagander
Date:
Subject: pgsql: Add pgreadlink() on Windows to read junction points