On Sun, 28 Jan 2024 at 04:15, vignesh C <vignes...@gmail.com> wrote:
> CFBot shows that the patch has few compilation errors as in [1]:
> [17:07:07.621] /usr/bin/ld:
> ../../../src/fe_utils/libpgfeutils.a(cancel.o): in function
> `handle_sigint':
> [17:07:07.621] cancel.c:(.text+0x50): undefined reference to `PQcancel'

I forgot to update ./configure based builds with the new file, only
meson was working. Also it seems I trimmed the header list fe-cancel.c
a bit too much for OSX, so I added unistd.h back.

Both of those are fixed now.

Attachment: v27-0002-libpq-Add-pq_release_conn_hosts-function.patch
Description: Binary data

Attachment: v27-0005-Start-using-new-libpq-cancel-APIs.patch
Description: Binary data

Attachment: v27-0003-libpq-Change-some-static-functions-to-extern.patch
Description: Binary data

Attachment: v27-0004-Add-non-blocking-version-of-PQcancel.patch
Description: Binary data

Attachment: v27-0001-libpq-Move-cancellation-related-functions-to-fe-.patch
Description: Binary data

Reply via email to