mirror of
https://github.com/postgres/postgres.git
synced 2025-07-14 08:21:07 +03:00
precision storage format. Previously applied the same math as used for the 64-bit integer storage format case, which was wrong. Problem introduced recently when the 64-bit storage format was implemented.