Making the function range_union_internal available to other extensions

From: Esteban Zimanyi <ezimanyi(at)ulb(dot)ac(dot)be>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Making the function range_union_internal available to other extensions
Date: 2020-08-17 08:14:34
Message-ID: CAPqRbE7k7xqyMurjo7NEviypmTPTNzZTQmRdKEMF+QmO+mWsUQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Dear all

In MobilityDB
https://github.com/MobilityDB/MobilityDB
we use extensively the range types.

Is there any possibility to make the function range_union_internal available to
use by other extensions ? Otherwise we need to copy/paste it verbatim. For
example lines 114-153 in
https://github.com/MobilityDB/MobilityDB/blob/develop/src/rangetypes_ext.c

Regards

Esteban

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2020-08-17 08:36:52 Re: proposal - reference to plpgsql_check from plpgsql doc
Previous Message Heikki Linnakangas 2020-08-17 07:55:13 Re: Commit/abort WAL records with dropped rels missing XLR_SPECIAL_REL_UPDATE