Re: BUG #15460: Error while creating index or constraint
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Peter Geoghegan <pg@bowt.ie>
Cc: Thomas Munro <thomas.munro@enterprisedb.com>,
paul.vanderlinden@mapcreator.eu,
PostgreSQL mailing lists <pgsql-bugs@lists.postgresql.org>,
Heikki Linnakangas <hlinnaka@iki.fi>
Date: 2018-11-28T21:04:06Z
Lists: pgsql-bugs
Peter Geoghegan <pg@bowt.ie> writes: > On Mon, Oct 29, 2018 at 8:25 AM Tom Lane <tgl@sss.pgh.pa.us> wrote: >> So there are a couple of things to complain about here with respect >> to the error message, regardless of the underlying bug: > Attached patch fixes the problems with BufFileSize(), while also > making similar adjustments to a closely related buffile.c "ereport() + > errcode_for_file_access()" in passing -- the ereport() from > BufFileOpenShared(). Note that both BufFileOpenShared() and > BufFileSize() are used in a closely coordinated way already -- we > literally call one immediately after the other from logtape.c. I don't > like the current inconsistency in error handling. LGTM. regards, tom lane
Commits
-
Have BufFileSize() ereport() on FileSize() failure.
- 1a990b207b86 12.0 landed
- 95c45718126f 11.2 landed
-
Use 64 bit type for BufFileSize().
- fa2ceaca4358 11.2 landed
- aa5518304213 12.0 landed
-
Adjust trace_sort log messages.
- cb6f8a9a7243 12.0 landed
- 886319d71bd5 11.1 landed
-
Fix some sloppiness in the new BufFileSize() and BufFileAppend() functions.
- 445e31bdc749 11.0 cited