Re: C++ port of Postgres

Поиск
Список
Период
Сортировка
От Christian Convey
Тема Re: C++ port of Postgres
Дата
Msg-id CAPfS4Zxr+tbhz+No=ccB02f4rpsYXmkNkXa-TRev_nSfuCMRgw@mail.gmail.com
обсуждение исходный текст
Ответ на C++ port of Postgres  (Joy Arulraj <jarulraj@cs.cmu.edu>)
Ответы Re: C++ port of Postgres  (Joy Arulraj <jarulraj@cs.cmu.edu>)
Список pgsql-general
On Sun, Aug 14, 2016 at 5:05 PM, Joy Arulraj <jarulraj@cs.cmu.edu> wrote:
> 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.

Do you remember the particular commit of PG upon which you based this
work?  Or even better, are you able to post a patch which applies
cleanly to PG's current HEAD?

I ask because I'd like to compare your approach to the one Peter has
posted, and I think that will be easier if I can use a common (or at
least similar) baseline for the comparison.

Kind regards,
Christian


В списке pgsql-general по дате отправления:

Предыдущее
От: Mimiko
Дата:
Сообщение: Re: postgres driver for mysql
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Duplicate data despite unique constraint