Re: C++ port of Postgres

From: Joy Arulraj <jarulraj(at)cs(dot)cmu(dot)edu>
To: Dmitry Igrishin <dmitigr(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: C++ port of Postgres
Date: 2016-08-14 22:08:16
Message-ID: CABgyVxBA24NnPri8BYQFjVdn2pgqcB=Q6MXFXdcwchUmJSAUPw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

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(at)gmail(dot)com> wrote:

> 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.
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message kang joni 2016-08-14 22:30:53 Re: C++ port of Postgres
Previous Message Dmitry Igrishin 2016-08-14 21:34:45 Re: C++ port of Postgres

Browse pgsql-hackers by date

  From Date Subject
Next Message kang joni 2016-08-14 22:30:53 Re: C++ port of Postgres
Previous Message Dmitry Igrishin 2016-08-14 21:34:45 Re: C++ port of Postgres