mirror of
https://github.com/postgres/postgres.git
synced 2025-11-06 07:49:08 +03:00
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>
1.1 KiB
1.1 KiB