mirror of
https://github.com/postgres/postgres.git
synced 2025-11-06 07:49:08 +03:00
correct way to do this. Theoretically you could have a NULL pointer that isn't represented internally as all 0 bits. This guarantees that it convert correctly. Submitted by: darcy@druid.com (D'Arcy J.M. Cain)