Pavlo Golub <pavlo(dot)golub(at)cybertec(dot)at> writes:
> Trying to build pg extension I've got error:
> ```
> pglogical_monitoring.o:pglogical_monitoring.c:(.rdata$.refptr.ReplicationSlotCtl[.refptr.ReplicationSlotCtl]+0x0): undefined reference 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