Re: pl/pgsql exported functions - Mailing list pgsql-hackers

From Marko Tiikkaja
Subject Re: pl/pgsql exported functions
Date
Msg-id 56D70FC2.1050207@joh.to
Whole thread Raw
In response to pl/pgsql exported functions  (Magnus Hagander <magnus@hagander.net>)
Responses Re: pl/pgsql exported functions  (Magnus Hagander <magnus@hagander.net>)
List pgsql-hackers
On 11/02/16 18:29, Magnus Hagander wrote:
> 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?

Looks good to me.


.m



pgsql-hackers by date:

Previous
From: Kevin Grittner
Date:
Subject: Re: Addition of extra commit fest entry to park future patches
Next
From: "Shulgin, Oleksandr"
Date:
Subject: Re: More stable query plans via more predictable column statistics