git.postgresql.org Git - postgresql.git/commit
2018年3月12日 16:17:58 +0000 (12:17 -0400)
2018年3月13日 13:56:25 +0000 (09:56 -0400)
commit 6cf86f435472b27bbc5e22c713bca08aa2d94af7
Change internal integer representation of Value node
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>
This is the main PostgreSQL git repository.
RSS
Atom