pl/pgsql exported functions

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: pl/pgsql exported functions
Date: 2016-02-11 17:29:16
Message-ID: CABUevEwKHzpPYB7CyR1wt=A4x7didCweW5YQvqPhXG+kprkHRA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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?

--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/

Attachment Content-Type Size
plpgsql_rename_funtions.patch text/x-patch 17.9 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2016-02-11 17:36:58 Re: GinPageIs* don't actually return a boolean
Previous Message Robert Haas 2016-02-11 17:18:30 Re: Performance degradation in commit ac1d794