Re: Incorrect Assert in BufFileSize()?
David Rowley <dgrowleyml@gmail.com>
From: David Rowley <dgrowleyml@gmail.com>
To: PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>,
Peter Geoghegan <pg@bowt.ie>
Date: 2024-05-14T10:58:29Z
Lists: pgsql-hackers
Attachments
- remove_bogus_Assert_from_BufFileSize.patch (application/octet-stream) patch
On Fri, 3 May 2024 at 16:03, David Rowley <dgrowleyml@gmail.com> wrote: > I'm trying to figure out why BufFileSize() Asserts that file->fileset > isn't NULL, per 1a990b207. I was hoping to get some feedback here. Here's a patch to remove the Assert(). Changing it to Assert(file->files != NULL); doesn't do anything useful. David
Commits
-
Remove incorrect Asserts in buffile.c
- 4331a11c62ec 18.0 landed