more C99 cleanup

Peter Eisentraut <peter@eisentraut.org>

From: Peter Eisentraut <peter@eisentraut.org>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2025-11-21T13:50:03Z
Lists: pgsql-hackers

Attachments

I have been hunting down the last few pieces of code that made some 
obsolete claims about not being able to use C99 yet or needing to be 
compatible with pre-C99 or something like that.  I found two obsolete 
comments and two places where we could now actually use the C99 
functionality that the comment was anticipating.

At least according to my grepping, all the remaining mentions of "C99" 
are now up to date and relevant.

Commits

  1. Update comment related to C99

  2. Fix pg_isblank()

  3. Replace internal C function pg_hypot() by standard hypot()

  4. Remove obsolete comment

  5. Report timezone offset in pg_dump/pg_dumpall