Re: C vs. C++ contributions - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: C vs. C++ contributions
Date
Msg-id Pine.LNX.4.44.0208281818480.951-100000@localhost.localdomain
Whole thread Raw
In response to Re: C vs. C++ contributions  (Marc Lavergne <mlavergne-pub@richlava.com>)
Responses Re: C vs. C++ contributions
List pgsql-hackers
Marc Lavergne writes:

> This covers a few different sub-projects so I'm breaking it down in
> order of how I'm going to attack it.

Just to give you a fair warning:  I'm not going to be in favor of adding
any "Oracle compatibility" functionality that overlaps with existing
and/or standardized functionality.  That kind of thing would lock us into
an endless catch-up game and would induce users to code their applications
to proprietary interfaces.

I suppose some of the things you propose would be external applications,
such as the export file reader or the SQL*Net proxy.  The synonym
functionality would be interesting to add, since there is no existing
feature of that type.  But random misfeatures such as the join syntax or
the decode() function are going to have a hard time getting accepted.

-- 
Peter Eisentraut   peter_e@gmx.net



pgsql-hackers by date:

Previous
From: "D'Arcy J.M. Cain"
Date:
Subject: Re: MemoryContextAlloc: invalid request size 1934906735
Next
From: Peter Eisentraut
Date:
Subject: Re: [PATCHES] Proposed GUC Variable