Use <stdint.h> for int64_t and other exact-width integer types

Edit
ID 4938
Title Use <stdint.h> for int64_t and other exact-width integer types
Topic Refactoring
Created 2024-04-18 21:52:30
Last modified 2024-10-01 15:24:38 (1 month ago)
Latest email 2024-10-14 06:46:07 (3 weeks, 1 day ago)
Status
2024-11: Waiting on Author
2024-09: Moved to next CF
2024-07: Moved to next CF
Target version
Authors Thomas Munro (macdice)
Reviewers Peter Eisentraut (petere)Become reviewer
Committer
Links CFbot results (CirrusCI) CFbot GitHub
Checkout latest CFbot patchset Go to your local checkout of the PostgreSQL repository and run:
git remote add commitfest https://github.com/postgresql-cfbot/postgresql.git
git fetch commitfest cf/4938
git checkout commitfest/cf/4938
Emails
Cannot find a working 64-bit integer type on Illumos
First at 2024-03-22 16:48:05 by Japin Li <japinli at hotmail.com>
Latest at 2024-10-14 06:46:07 by Peter Eisentraut <peter at eisentraut.org>
Latest attachment (tzcode.diff.diff.txt) at 2024-07-04 02:55:59 from Thomas Munro <thomas.munro at gmail.com>
    Attachment (tzcode.diff.diff.txt) at 2024-07-04 02:55:59 from Thomas Munro <thomas.munro at gmail.com> (Patch: Yes)
    Attachment (v2-0001-Use-int64_t-support-from-stdint.h-and-inttypes.h.patch) at 2024-04-18 20:29:27 from Thomas Munro <thomas.munro at gmail.com> (Patch: Yes)
    Attachment (0001-Use-int64_t-and-friends-from-stdint.h.patch) at 2024-04-18 00:31:05 from Thomas Munro <thomas.munro at gmail.com> (Patch: Yes)
    Attachment (config.log) at 2024-03-22 17:11:31 from Japin Li <japinli at hotmail.com> (Patch: No)
History
When Who What
2024-10-01 15:24:38 Peter Eisentraut (petere) Closed in commitfest 2024-09 with status: Moved to next CF
2024-08-01 05:55:00 Corey Huinker (coreyh) Closed in commitfest 2024-07 with status: Moved to next CF
2024-07-23 08:26:10 Peter Eisentraut (petere) New status: Waiting on Author
2024-07-04 03:46:15 Thomas Munro (macdice) New status: Needs review
2024-05-12 11:53:55 Peter Eisentraut (petere) New status: Waiting on Author
2024-05-12 11:53:51 Peter Eisentraut (petere) Added petere as reviewer
2024-04-18 21:52:44 Thomas Munro (macdice) Changed authors to Thomas Munro (macdice)
2024-04-18 21:52:44 Thomas Munro (macdice) Changed name to Use <stdint.h> for int64_t and other exact-width integer types
2024-04-18 21:52:31 Thomas Munro (macdice) Attached mail thread ME3P282MB3166F9D1F71F787929C0C7E7B6312@ME3P282MB3166.AUSP282.PROD.OUTLOOK.COM
2024-04-18 21:52:30 Thomas Munro (macdice) Created patch record
Edit