Re: END is not a reserved word

2025-08-27 Thread Vicky Vergara
ses changes before I post. Thanks again Vicky De: David G. Johnston Enviado: lunes, 25 de agosto de 2025 06:53 p. m. Para: Vicky Vergara Cc: pgsql-hackers@lists.postgresql.org Asunto: Re: END is not a reserved word On Mon, Aug 25, 2025 at 3:49 PM Vi

END is not a reserved word

2025-08-25 Thread Vicky Vergara
ow) Fails as expected as `end` is a reserved word (pg13) https://github.com/cvvergara/pgrouting/actions/runs/17222387428/job/48860365813#step:8:32 But on the other test runs it has no problem (pg17) https://github.com/cvvergara/pgrouting/actions/runs/17222387428/job/48860365870#step:8:27 Regards Vicky Vergara pgRouting developer

Re: generic-msvc.h(91): error C2664

2017-11-22 Thread Vicky Vergara
Hello all FYI: I think I solved it by not including the files and only using extern "C" { extern void* SPI_palloc(size_t size); extern void * SPI_repalloc(void *pointer, size_t size); extern void SPI_pfree(void *pointer); } Thanks Vicky ____

generic-msvc.h(91): error C2664

2017-11-21 Thread Vicky Vergara
Hello all I am trying to compile pgRouting on appveyor CI when compiling with pg >= 9.5 I am getting the following error: C:\Program Files\PostgreSQL\9.5\include\server\port/atomics/generic-msvc.h(91): error C2664: '__int64 _InterlockedCompareExchange64(volatile __int64 *,__int64,__int64)'