Re: Segmentation fault when creating a BRIN, 10beta1

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Alexander Sosna <alexander.sosna@credativ.de>
Cc: pgsql-hackers@postgresql.org
Date: 2017-05-30T16:56:58Z
Lists: pgsql-hackers
Alexander Sosna <alexander.sosna@credativ.de> writes:
> I can reproduce a segmentation fault when creating a BRIN concurrently
> with set pages_per_range and autosummarize.

I wonder if this isn't the same issue reported in
https://www.postgresql.org/message-id/flat/20170524063323.29941.46339%40wrigleys.postgresql.org

Could you try the patch suggested there?

			regards, tom lane


Commits

  1. brin: Don't crash on auto-summarization

  2. Fix improper quoting of format_type_be() output.