mirror of https://github.com/postgres/postgres
A Value node would store an integer as a long. This causes needless portability risks, as long can be of varying sizes. Change it to use int instead. All code using this was already careful to only store 32-bit values anyway. Reviewed-by: Michael Paquier <michael@paquier.xyz>pull/31/merge
parent
377b5ac484
commit
6cf86f4354
Loading…
Reference in new issue