Re: ReplicationSlotCtl: undefined reference

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: ReplicationSlotCtl: undefined reference
Дата
Msg-id 12202.1560437802@sss.pgh.pa.us
обсуждение исходный текст
Ответ на ReplicationSlotCtl: undefined reference  (Pavlo Golub <pavlo.golub@cybertec.at>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Add PGDLLIMPORT lines to some variables
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [Proposal] Table-level Transparent Data Encryption (TDE) and KeyManagement Service (KMS)