Fixed unaligned use of struct NumericData, which could cause problems on some systems.
authorSvetlana Derevyanko <s.derevyanko@postgrespro.ru>
Wed, 29 May 2024 07:57:25 +0000 (10:57 +0300)
committerChristoph Berg <myon@debian.org>
Tue, 4 Jun 2024 12:32:14 +0000 (14:32 +0200)
commit238868b1cd659e29b14da08477c336a85eb3456b
tree4f77866d62a152463032250dda22e73cfe64c053
parentb4139e874adee33fec48554fb7cc20c94cd791da
Fixed unaligned use of struct NumericData, which could cause problems on some systems.

Close #29.
decode.c