diff options
| author | Peter Eisentraut <peter@eisentraut.org> | 2025-11-21 13:01:30 +0100 |
|---|---|---|
| committer | Peter Eisentraut <peter@eisentraut.org> | 2025-11-21 13:07:40 +0100 |
| commit | e6be84356bbbaf9f88b6a738e690d6fdff6fe483 (patch) | |
| tree | 6040a4040bf0fcffcb21d8f22b0e552bf48de1a5 /src/tools/pgindent | |
| parent | 97e04c74bedb902327b89eb8a9e6aea01aabdad2 (diff) | |
Update timezone to C99
This reverts changes done in PostgreSQL over the upstream code to
avoid relying on C99 <stdint.h> and <inttypes.h>.
In passing, there were a few other minor and cosmetic changes that I
left in to improve alignment with upstream, including some C11 feature
use (_Noreturn).
Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://www.postgresql.org/message-id/flat/9ad2749f-77ab-4ecb-a321-1ca915480b05%40eisentraut.org
Diffstat (limited to 'src/tools/pgindent')
| -rw-r--r-- | src/tools/pgindent/typedefs.list | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tools/pgindent/typedefs.list b/src/tools/pgindent/typedefs.list index c751c25a04d..27a4d131897 100644 --- a/src/tools/pgindent/typedefs.list +++ b/src/tools/pgindent/typedefs.list @@ -3743,6 +3743,8 @@ int64_t int8 int8_t int8x16_t +int_fast32_t +int_fast64_t internalPQconninfoOption intptr_t intset_internal_node @@ -4197,6 +4199,7 @@ uint64x2_t uint8 uint8_t uint8x16_t +uint_fast64_t uintptr_t unicodeStyleBorderFormat unicodeStyleColumnFormat |
