pl/pgsql exported functions

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема pl/pgsql exported functions
Дата
Msg-id CABUevEwKHzpPYB7CyR1wt=A4x7didCweW5YQvqPhXG+kprkHRA@mail.gmail.com
обсуждение исходный текст
Ответы Re: pl/pgsql exported functions  (Pavel Stehule <pavel.stehule@gmail.com>)
Re: pl/pgsql exported functions  (Marko Tiikkaja <marko@joh.to>)
Список pgsql-hackers
Most of the pl/pgsql functions and variables are prefixed plpgsql_, so they don't risk conflicting with other shared libraries loaded.

There are a couple that are not prefixed. Attached patch fixes that. It's mostly a cleanup, but I think it's something we should do since it's only 2 variables and 2 functions.

AFAICT these are clearly meant to be internal. (the plugin variable is accessed through find_rendezvous_variable)

Comments?

--
Вложения

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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Performance degradation in commit ac1d794
Следующее
От: Robert Haas
Дата:
Сообщение: Re: GinPageIs* don't actually return a boolean