Re: Query became very slow after 9.6 -> 10 upgrade

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Cc: Dmitry Shalashov <skaurus(at)gmail(dot)com>, "pgsql-performance(at)postgresql(dot)org" <pgsql-performance(at)postgresql(dot)org>
Subject: Re: Query became very slow after 9.6 -> 10 upgrade
Date: 2017-11-25 15:42:14
Message-ID: 1665.1511624534@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-performance

Michael Paquier <michael(dot)paquier(at)gmail(dot)com> writes:
> On Sat, Nov 25, 2017 at 8:54 PM, Dmitry Shalashov <skaurus(at)gmail(dot)com> wrote:
>> Is it completely safe to use manually patched version in production?

> Patching upstream PostgreSQL to fix a critical bug is something that
> can of course be done. And to reach a state where you think something
> is safe to use in production first be sure to test it thoroughly on a
> stage instance. The author is also working on Postgres for 20 years,
> so this gives some insurance.

It's not like there's some magic dust that we sprinkle on the code at
release time ;-). If there's a problem with that patch, it's much more
likely that you'd discover it through field testing than that we would
notice it during development (we missed the original problem after all).
So you can do that field testing now, or after 10.2 comes out. The
former seems preferable, if you are comfortable with building a patched
copy at all. I don't know what your normal source of Postgres executables
is, but all the common packaging technologies make it pretty easy to
rebuild a package from source with patch(es) added. Modifying your
vendor's SRPM (or equivalent concept if you're not on Red Hat) is a
good skill to have.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2017-11-25 15:43:24 Re: [HACKERS] [POC] Faster processing at Gather node
Previous Message Dmitry Shalashov 2017-11-25 15:39:07 Re: Query became very slow after 9.6 -> 10 upgrade

Browse pgsql-performance by date

  From Date Subject
Next Message Dmitry Shalashov 2017-11-25 18:59:40 Re: Query became very slow after 9.6 -> 10 upgrade
Previous Message Dmitry Shalashov 2017-11-25 15:39:07 Re: Query became very slow after 9.6 -> 10 upgrade