Re: ReplicationSlotCtl: undefined reference - Mailing list pgsql-hackers

From Tom Lane
Subject Re: ReplicationSlotCtl: undefined reference
Date
Msg-id 12202.1560437802@sss.pgh.pa.us
Whole thread Raw
In response to ReplicationSlotCtl: undefined reference  (Pavlo Golub <pavlo.golub@cybertec.at>)
List pgsql-hackers
Pavlo Golub <pavlo.golub@cybertec.at> writes:
> Trying to build pg extension I've got error:
> ```
> pglogical_monitoring.o:pglogical_monitoring.c:(.rdata$.refptr.ReplicationSlotCtl[.refptr.ReplicationSlotCtl]+0x0):
undefinedreference to `ReplicationSlotCtl' 
> collect2: error: ld returned 1 exit status
> ```

> But according to https://commitfest.postgresql.org/16/1390/ it should
> be marked with PGDLLIMPORT.

That last bit never actually got pushed, it seems.  Done now.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Add PGDLLIMPORT lines to some variables
Next
From: Bruce Momjian
Date:
Subject: Re: [Proposal] Table-level Transparent Data Encryption (TDE) and KeyManagement Service (KMS)