Re: SIGSEGV in BRIN autosummarize
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Justin Pryzby <pryzby@telsasoft.com>
Cc: Alvaro Herrera <alvherre@alvh.no-ip.org>, pgsql-hackers@postgresql.org
Date: 2017-10-17T14:39:21Z
Lists: pgsql-hackers
Justin Pryzby <pryzby@telsasoft.com> writes: > On Tue, Oct 17, 2017 at 09:34:24AM -0400, Tom Lane wrote: >> So: where did you get the existing binaries? If it's from some vendor >> packaging system, what you should do is fetch the package source, add >> the patch to the probably-nonempty set of patches the vendor is applying, >> and rebuild your own custom package version. If you haven't done that >> before, it's a good skill to acquire ... > I'm familiar with that process; but, these are PG10 binaries from PGDG for > centos6 x64. Well, I'm pretty sure Devrim builds those using the RPM build process. I'd have grabbed his SRPM and proceeded as above. regards, tom lane
Commits
-
Fix autovacuum work item error handling
- 52ca7572c364 10.1 landed
- be72b9c378bf 11.0 landed