Pgxs - How to reference another extension - Mailing list pgsql-general

From Michał Kłeczek
Subject Pgxs - How to reference another extension
Date
Msg-id C5859291-1CA6-46C6-836B-613200980851@kleczek.org
Whole thread Raw
Responses Re: Pgxs - How to reference another extension
List pgsql-general
Hi,

I am trying to create an extension that delegates some calls to btree_gist functions:

DirectFunctionCall5Coll(
                gbt_text_consistent, …other arguments);

Basic PGXS Makefile does not work - I get linker error:

Undefined symbols for architecture arm64:
  "_gbt_text_consistent", referenced from:


Anyone could provide me with some hints?

—
Michal




pgsql-general by date:

Previous
From: Stephen Frost
Date:
Subject: Re: About rsync
Next
From: Laurenz Albe
Date:
Subject: Re: could not open file "global/pg_filenode.map": Operation not permitted