pgsql: Update comment related to C99

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Update comment related to C99
Date: 2025-12-02 07:26:18
Message-ID: E1vQKm9-002OVp-24@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update comment related to C99

One could do more work here to eliminate the Windows difference
described in the comment, but that can be a separate project. The
purpose of this change is to update comments that might confusingly
indicate that C99 is not required.

Reviewed-by: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
Discussion: https://www.postgresql.org/message-id/flat/170308e6-a7a3-4484-87b2-f960bb564afa%40eisentraut.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/376c649634bb3fbfad79940f996e2fcb4c2ea6bf

Modified Files
--------------
src/bin/pg_dump/dumputils.h | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2025-12-02 07:44:16 pgsql: Replace pointer comparisons and assignments to literal zero with
Previous Message Michael Paquier 2025-12-02 00:31:59 pgsql: Update some timestamp[tz] functions to use soft-error reporting