Re: PostgreSQL port to pure Java?

Поиск
Список
Период
Сортировка
От Doug McNaught
Тема Re: PostgreSQL port to pure Java?
Дата
Msg-id 87n09zqvph.fsf@asmodeus.mcnaught.org
обсуждение исходный текст
Ответ на Re: PostgreSQL port to pure Java?  (Shridhar Daithankar <shridhar_daithankar@myrealbox.com>)
Список pgsql-hackers
Shridhar Daithankar <shridhar_daithankar@myrealbox.com> writes:

> Jokes and facts aside, I can't help it to think how better it would
> have been, if postgresql was in C++. We could easily plug multiple
> implementations of underlying subsystems without mucking much in base
> code..

That's easy to do in any language if your code is carefully designed
for it (look at the Linux kernel for an example in C) and hard to do
even in C++, if the design isn't suited.  So your assertion that C++
would have magically enabled "pluggabilty" doesn't hold water.

>   Wild thought anyways..

Indeed.

-Doug


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

Предыдущее
От: Shridhar Daithankar
Дата:
Сообщение: Re: PostgreSQL port to pure Java?
Следующее
От: "Nagib Abi Fadel"
Дата:
Сообщение: Should we consider empty fields as NULL values when dealing with string columns ?