Re: [HACKERS] New procedural language

Поиск
Список
Период
Сортировка
От Massimo Fidanza
Тема Re: [HACKERS] New procedural language
Дата
Msg-id CAHtv6wSzbFYWDeY+rtBY1K+Fd3p0E+K0e3jHrf8Pes4k+bJSkg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [HACKERS] New procedural language  (Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>)
Ответы Re: [HACKERS] New procedural language  (Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>)
Список pgsql-hackers
But there is a difference between python and Go or Rust that the first is interpreted and the seconds are compiled like C. All PL instead of C and Java (also byte code interpreted) are interpreted 

Il 15 mar 2017 3:52 AM, "Amit Langote" <Langote_Amit_f8@lab.ntt.co.jp> ha scritto:
Hi,

On 2017/03/15 11:08, Massimo Fidanza wrote:
> Hello,
>
> what it means to add a new procedural language such as Go or Rust?

I think you're looking for how to write a "PL function call handler", most
likely in C.  See for example how plpython_call_handler() is defined in
src/pl/plpython/plpy_main.c.  Also read:

https://www.postgresql.org/docs/devel/static/plhandler.html

Beside the call handler, there are couple of other auxiliary functions
that must be provided viz. validator and inline_handler (again, see
plpython_validator and plpython_inline_handler).

Thanks,
Amit


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

Предыдущее
От: Ian Barwick
Дата:
Сообщение: Re: [HACKERS] Measuring replay lag
Следующее
От: Rushabh Lathia
Дата:
Сообщение: Re: [HACKERS] wait events for disk I/O