Re: PG 12 beta 1 segfault during analyze
Steve Singer <steve@ssinger.info>
From: Steve Singer <steve@ssinger.info>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: PostgreSQL-development Hackers <pgsql-hackers@postgresql.org>
Date: 2019-06-18T01:46:02Z
Lists: pgsql-hackers
Attachments
- heapam_handler.c.diff (text/x-patch) patch
On 6/15/19 10:18 PM, Tom Lane wrote: > Steve Singer <steve@ssinger.info> writes: >> I encountered the following segfault when running against a PG 12 beta1 >> during a analyze against a table. > Nobody else has reported this, so you're going to have to work on > producing a self-contained test case, or else debugging it yourself. > > regards, tom lane > > > The attached patch fixes the issue. Steve
Commits
-
Fix memory corruption/crash in ANALYZE.
- 23224563d979 12.0 landed
-
tableam: VACUUM and ANALYZE support.
- 737a292b5de2 12.0 cited