Re: C++ port of Postgres

From: "FarjadFarid\(ChkNet\)" <farjad(dot)farid(at)checknetworks(dot)com>
To: "'Joy Arulraj'" <jarulraj(at)cs(dot)cmu(dot)edu>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: C++ port of Postgres
Date: 2016-08-16 11:00:34
Message-ID: 000001d1f7ad$6a3adb20$3eb09160$@checknetworks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

Well done. This is a much needed conversion. As Peter’s article says, it does open up more opportunities.

From: pgsql-general-owner(at)postgresql(dot)org [mailto:pgsql-general-owner(at)postgresql(dot)org] On Behalf Of Joy Arulraj
Sent: 14 August 2016 22:06
To: pgsql-general(at)postgresql(dot)org
Subject: [GENERAL] C++ port of Postgres

Hi folks --

We have ported Postgres over to the C++ language (C++11 standard).

https://github.com/jarulraj/postgresql-cpp

Our goal is to use certain features of the C++ language and its standard library to simplify coding, improve code reuse, and avoid bugs. Peter's article titled `Moving to C++ <https://petereisentraut.blogspot.com/2013/05/moving-to-c.html> ` was a source of inspiration for us.

Regards.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Trupti Padiya 2016-08-16 11:30:47 PostgreXL
Previous Message Martijn Tonies (Upscene Productions) 2016-08-16 09:01:00 PgAdmin: debugging stored function in v9.4 instable?

Browse pgsql-hackers by date

  From Date Subject
Next Message David Steele 2016-08-16 12:45:13 Re: patch proposal
Previous Message Magnus Hagander 2016-08-16 09:53:25 Re: [RFC] Change the default of update_process_title to off