pgsql: Fix clashing function names between jsonb_plperl and jsonb_plper

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix clashing function names between jsonb_plperl and jsonb_plper
Date: 2018-04-11 14:36:59
Message-ID: E1f6Grr-0003hr-Bg@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix clashing function names between jsonb_plperl and jsonb_plperlu

This prevented them from being installed at the same time.

Author: Dagfinn Ilmari Mannsåker <ilmari(at)ilmari(dot)org>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/651cb9094154ca323e889269d56b94f27afaceca

Modified Files
--------------
contrib/jsonb_plperl/jsonb_plperlu--1.0.sql | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Teodor Sigaev 2018-04-11 16:04:53 Re: pgsql: Fix interference between cavering indexes and partitioned tables
Previous Message Teodor Sigaev 2018-04-11 14:03:02 Re: pgsql: Fix interference between cavering indexes and partitioned tables