Re: pl/pgsql exported functions

From: Marko Tiikkaja <marko(at)joh(dot)to>
To: Magnus Hagander <magnus(at)hagander(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pl/pgsql exported functions
Date: 2016-03-02 16:07:30
Message-ID: 56D70FC2.1050207@joh.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Shulgin, Oleksandr 2016-03-02 16:10:37 Re: More stable query plans via more predictable column statistics
Previous Message Kevin Grittner 2016-03-02 16:06:47 Re: Addition of extra commit fest entry to park future patches