Re: Should logtape.c blocks be of type long?
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Peter Geoghegan <pg@bowt.ie>,
PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2017-02-26T17:41:11Z
Lists: pgsql-hackers
On Sun, Feb 26, 2017 at 10:37 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote: > Having said that, I'm not sure it's worth the trouble of changing. > The platforms where there's a difference are probably not muscular > enough that anyone would ever get past 16TB in a temp file anyhow. Is this comment a reflection of your generally-low opinion about Windows, or some specific limitation that I don't know about? -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
Commits
-
Change logtape/tuplestore code to use int64 for block numbers
- b1e5c9fa9ac4 17.0 landed
-
Remove NOT_USED BufFileTellBlock() from buffile.c
- c99c7a487118 17.0 landed