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

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: There is no need to have to identical functions in ecpg thus rem
Date: 2011-01-09 12:20:03
Message-ID: E1PbuFf-0002qZ-Tj@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

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