Re: C++ port of Postgres

Поиск
Список
Период
Сортировка
От Joy Arulraj
Тема Re: C++ port of Postgres
Дата
Msg-id CABgyVxBA24NnPri8BYQFjVdn2pgqcB=Q6MXFXdcwchUmJSAUPw@mail.gmail.com
обсуждение исходный текст
Ответ на C++ port of Postgres  (Joy Arulraj <jarulraj@cs.cmu.edu>)
Ответы Re: C++ port of Postgres  (kang joni <kangjoni76@gmail.com>)
Список pgsql-general

Hi Dmitry -- We currently don't use exceptions, but we can certainly use them in the port. We can also use STL and smart pointers to simplify  development and minimize memory bugs.


On Aug 14, 2016 5:41 PM, "Dmitry Igrishin" <dmitigr@gmail.com> wrote:
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 по дате отправления:

Предыдущее
От: Dmitry Igrishin
Дата:
Сообщение: Re: C++ port of Postgres
Следующее
От: kang joni
Дата:
Сообщение: Re: C++ port of Postgres