Closed remotejob closed 6 years ago
go get -u github.com/microo8/plgo/...
give me:
microo8/plgo/pl.go:579: cannot use *_Cvar_SPI_processed (type C.uint32) as type C.uint64 in argument to newRows
I can't replicate it. What version of postresql you have? psql --version
psql --version
And is your system 32bit or 64bit? Anyway I've tried to explicitly type cast the SPI_processed var. Try it one more time.
SPI_processed
go get -u github.com/microo8/plgo/...
give me:
microo8/plgo/pl.go:579: cannot use *_Cvar_SPI_processed (type C.uint32) as type C.uint64 in argument to newRows