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
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
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
____
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)'