| From: | Dmitry Igrishin <dmitigr(at)gmail(dot)com> |
|---|---|
| To: | Joy Arulraj <jarulraj(at)cs(dot)cmu(dot)edu> |
| Cc: | "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: C++ port of Postgres |
| Date: | 2016-08-14 21:34:45 |
| Message-ID: | CAAfz9KN8YpruCOtSp8uqVJGS5++9+QUbq2CHjOP-g0kYkQJM2Q@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general pgsql-hackers |
Hi Joy,
2016-08-15 0:05 GMT+03:00 Joy Arulraj <jarulraj(at)cs(dot)cmu(dot)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.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Joy Arulraj | 2016-08-14 22:08:16 | Re: C++ port of Postgres |
| Previous Message | John R Pierce | 2016-08-14 21:23:35 | Re: C++ port of Postgres |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Joy Arulraj | 2016-08-14 22:08:16 | Re: C++ port of Postgres |
| Previous Message | John R Pierce | 2016-08-14 21:23:35 | Re: C++ port of Postgres |