Re: [HACKERS] RustgreSQL

Поиск
Список
Период
Сортировка
От Joel Jacobson
Тема Re: [HACKERS] RustgreSQL
Дата
Msg-id CAASwCXdyOhP7etCirNGG70ZgvfHPJpcvYyOv5tDnhdDL5V+bnw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [HACKERS] RustgreSQL  (Craig Ringer <craig@2ndquadrant.com>)
Ответы Re: [HACKERS] RustgreSQL  (Jan de Visser <jan@de-visser.net>)
Список pgsql-hackers
On Mon, Jan 9, 2017 at 6:03 PM, Craig Ringer <craig@2ndquadrant.com> wrote:
> Immutable functions can and do use functionality from all over the
> server. They just don't depend on user-visible mutable _state_
> elsewhere in the server.

OK, fair point, but at least the functionality *could* be written without using
existing C functions, since its only the input that determine what
output will be returned. The dependencies used by the immutable
functions can also be ported, function by function, until there are
no dependencies.



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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: [HACKERS] [PATCH] Rename pg_switch_xlog to pg_switch_wal
Следующее
От: Keith Fiske
Дата:
Сообщение: Re: [HACKERS] Declarative partitioning - another take