Re: fe-utils - share query cancellation code - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: fe-utils - share query cancellation code
Date
Msg-id CA+hUKGKC4o44HVLVDR=4Dr5cHa1wt+5eQyMRAdUA1f6F4CqjvQ@mail.gmail.com
Whole thread Raw
In response to Re: fe-utils - share query cancellation code  (Fabien COELHO <coelho@cri.ensmp.fr>)
Responses Re: fe-utils - share query cancellation code  (Fabien COELHO <coelho@cri.ensmp.fr>)
List pgsql-hackers
On Sat, Nov 2, 2019 at 10:38 AM Fabien COELHO <coelho@cri.ensmp.fr> wrote:
> Attached patch v4 does it.

Hi Fabien,

It looks like don't define sigint_interrupt_jmp and
sigint_interrupt_enabled on Windows, yet they are still declared and
referenced?

command.obj : error LNK2001: unresolved external symbol
sigint_interrupt_enabled [C:\projects\postgresql\psql.vcxproj]
copy.obj : error LNK2001: unresolved external symbol
sigint_interrupt_enabled [C:\projects\postgresql\psql.vcxproj]
input.obj : error LNK2001: unresolved external symbol
sigint_interrupt_enabled [C:\projects\postgresql\psql.vcxproj]
mainloop.obj : error LNK2001: unresolved external symbol
sigint_interrupt_enabled [C:\projects\postgresql\psql.vcxproj]
command.obj : error LNK2001: unresolved external symbol
sigint_interrupt_jmp [C:\projects\postgresql\psql.vcxproj]
copy.obj : error LNK2001: unresolved external symbol
sigint_interrupt_jmp [C:\projects\postgresql\psql.vcxproj]
mainloop.obj : error LNK2001: unresolved external symbol
sigint_interrupt_jmp [C:\projects\postgresql\psql.vcxproj]
.\Release\psql\psql.exe : fatal error LNK1120: 2 unresolved externals
[C:\projects\postgresql\psql.vcxproj]
0 Warning(s)

https://ci.appveyor.com/project/postgresql-cfbot/postgresql/build/1.0.64074



pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: Log statement sample - take two
Next
From: Thomas Munro
Date:
Subject: Re: SimpleLruTruncate() mutual exclusion