microo8 / plgo

easily create postgresql extensions in golang; moved to gitlab.com/microo8/plgo
292 stars 23 forks source link

go get -u github.com/microo8/plgo/... #3

Closed remotejob closed 6 years ago

remotejob commented 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

microo8 commented 6 years ago

I can't replicate it. What version of postresql you have? 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.