pgsql: Make "pgoff_t" be a typedef not a #define.

Started by Tom Lane6 months ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

Make "pgoff_t" be a typedef not a #define.

There doesn't seem to be any great reason why this has been a macro
rather than a typedef. But doing it like that means our buildfarm
typedef tooling doesn't capture the name as a typedef. That would
result in pgindent glitches, except that we've seemingly kept it
in typedefs.list manually. That's obviously error-prone, so let's
convert it to a typedef now.

Discussion: /messages/by-id/1681301.1765742268@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/66b2282b0c2237bccd933804da2e1dd0321ac151

Modified Files
--------------
src/include/port.h | 2 +-
src/include/port/win32_port.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)