Re: [GENERAL] C++ port of Postgres

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: [GENERAL] C++ port of Postgres
Дата
Msg-id e8e7e5a7-0308-2c36-d32a-7aab16ba498c@iki.fi
обсуждение исходный текст
Ответ на Re: [GENERAL] C++ port of Postgres  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Ответы Re: [GENERAL] C++ port of Postgres  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Список pgsql-hackers
On 08/31/2016 04:41 PM, Peter Eisentraut wrote:
> I developed a minimally invasive patch for C++ support a few years ago
> shortly after I wrote that blog post.  Since there appears to have been
> some interest here now, I have updated that and split it up into logical
> chunks.
>
> So here you go.

Looking at this with the POV of what would make sense, even if we don't 
care about C++.

> The patches are numbered approximately in increasing order of dubiosity.
>  So 0001 is probably a straight bug fix, 0002 and 0003 are arguably
> minor bug fixes as well.  The patches through 0012 can probably be
> considered for committing in some form.  After that it gets a bit hackish.

0001-0003 look clear to me as well. 0006 - 0009 also seem OK. The rest 
really only make sense if we decided to make the switch to C++.

- Heikki




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

Предыдущее
От: Christian Convey
Дата:
Сообщение: Re: [GENERAL] C++ port of Postgres
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Vacuum: allow usage of more than 1GB of work mem