RE: BUG #15460: Error while creating index or constraint
Paul van der Linden <paul.vanderlinden@mapcreator.eu>
From: Paul van der Linden <paul.vanderlinden@mapcreator.eu>
To: Peter Geoghegan <pg@bowt.ie>
Cc: PostgreSQL mailing lists <pgsql-bugs@lists.postgresql.org>, Heikki
Linnakangas <hlinnaka@iki.fi>
Date: 2018-10-29T15:31:11Z
Lists: pgsql-bugs
Attachments
- trace_sort2.log (application/octet-stream)
Ok, here's the correct one. -----Original Message----- From: Peter Geoghegan <pg@bowt.ie> Sent: maandag 29 oktober 2018 16:24 To: Paul van der Linden <paul.vanderlinden@mapcreator.eu> Cc: PostgreSQL mailing lists <pgsql-bugs@lists.postgresql.org>; Heikki Linnakangas <hlinnaka@iki.fi> Subject: Re: BUG #15460: Error while creating index or constraint On Mon, Oct 29, 2018 at 3:18 PM Paul van der Linden <paul.vanderlinden@mapcreator.eu> wrote: > > Hm, the log_line_prefix didn't change a lot in the logs... That's because log_line_prefix only appears in the server log. It'll be necessary to go into the server log to get those extra details. -- Peter Geoghegan
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