mirror of
https://github.com/postgres/postgres.git
synced 2025-06-04 00:02:37 -04:00
The ISN_DEBUG code did not compile. Fix that code, don't hide it behind an #ifdef, make it run when building with asserts, and make it error out instead of just logging if it fails. Reviewed-by: David Steele <david@pgmasters.net>