Re: Switch buffile.c/h to use pgoff_t
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Chao Li <li.evan.chao@gmail.com>
Cc: Postgres hackers <pgsql-hackers@lists.postgresql.org>, Bryan Green <dbryan.green@gmail.com>
Date: 2025-12-25T23:45:00Z
Lists: pgsql-hackers
On Thu, Dec 25, 2025 at 10:40:02AM +0800, Chao Li wrote: > In attached v3, I have applied int64 to the 2 struct fields and > corresponding local variables. I ran a clean build, no warning was > introduced, and "make check" passed. The advantage of being able to make the code transparently more pluggable for max large sizes while we already use 8-byte offsets is kind of nice, I guess. "availbytes" is a clarification bonus as it is not an offset per-se. I can see that you have missed on cast spot, so adjusted things a bit, then applied the result. -- Michael