| From: | Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> |
|---|---|
| To: | Magnus Hagander <magnus(at)hagander(dot)net> |
| Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: pl/pgsql exported functions |
| Date: | 2016-02-11 17:44:22 |
| Message-ID: | CAFj8pRBrVo6HdS8Y2K-W15oOkEsTvM82tqXF5dz8H9GW=j8DUw@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
2016-02-11 18:29 GMT+01:00 Magnus Hagander <magnus(at)hagander(dot)net>:
> 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)
>
+1
Pavel
>
> Comments?
>
> --
> Magnus Hagander
> Me: http://www.hagander.net/
> Work: http://www.redpill-linpro.com/
>
>
> --
> Sent via pgsql-hackers mailing list (pgsql-hackers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-hackers
>
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Marco Nenciarini | 2016-02-11 17:46:09 | Re: Updated backup APIs for non-exclusive backups |
| Previous Message | Fabien COELHO | 2016-02-11 17:41:53 | Re: extend pgbench expressions with functions |