From 5eff322218b1bfa578686fd648592037640fa5a7 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sun, 2 Nov 2025 21:14:12 +0100 Subject: [PATCH 2/4] Update comment related to C99 --- src/bin/pg_dump/dumputils.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/bin/pg_dump/dumputils.h b/src/bin/pg_dump/dumputils.h index 10f6e27c0a0..57d36f386f0 100644 --- a/src/bin/pg_dump/dumputils.h +++ b/src/bin/pg_dump/dumputils.h @@ -26,8 +26,7 @@ * localized, which means they may contain characters in various random * encodings; this has been seen to cause encoding errors when reading the * dump script. Think not to get around that by using %z, because - * (1) %z is not portable to pre-C99 systems, and - * (2) %z doesn't actually act differently from %Z on Windows anyway. + * %z doesn't actually act differently from %Z on Windows. */ #ifndef WIN32 #define PGDUMP_STRFTIME_FMT "%Y-%m-%d %H:%M:%S %Z" -- 2.51.0