diff options
Diffstat (limited to 'src/timezone/README')
-rw-r--r-- | src/timezone/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/timezone/README b/src/timezone/README index f547d60d829..8fb26993274 100644 --- a/src/timezone/README +++ b/src/timezone/README @@ -117,6 +117,8 @@ to first run the tzcode source files through a sed filter like this: -e 's/intmax_t/int64/g' \ -e 's/INT32_MIN/PG_INT32_MIN/g' \ -e 's/INT32_MAX/PG_INT32_MAX/g' \ + -e 's/INTMAX_MIN/PG_INT64_MIN/g' \ + -e 's/INTMAX_MAX/PG_INT64_MAX/g' \ -e 's/struct[ \t]+tm\b/struct pg_tm/g' \ -e 's/\btime_t\b/pg_time_t/g' \ -e 's/lineno/lineno_t/g' \ |