Re: C++ port of Postgres - Mailing list pgsql-general

From Dmitry Igrishin
Subject Re: C++ port of Postgres
Date
Msg-id CAAfz9KN8YpruCOtSp8uqVJGS5++9+QUbq2CHjOP-g0kYkQJM2Q@mail.gmail.com
Whole thread Raw
In response to C++ port of Postgres  (Joy Arulraj <jarulraj@cs.cmu.edu>)
List pgsql-general
Hi Joy,

2016-08-15 0:05 GMT+03:00 Joy Arulraj <jarulraj@cs.cmu.edu>:
> 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++` was a source of inspiration for us.
What about the exceptions? Are you using them?

--
// Dmitry.


pgsql-general by date:

Previous
From: John R Pierce
Date:
Subject: Re: C++ port of Postgres
Next
From: Joy Arulraj
Date:
Subject: Re: C++ port of Postgres