Re: BUG #17009: create temporary table with like option using same name as persistent table does not create indexes

From: David Rowley <dgrowleyml(at)gmail(dot)com>
To: Нагель Михаил <Misha_Nagel(at)mail(dot)ru>
Cc: PostgreSQL mailing lists <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: Re: BUG #17009: create temporary table with like option using same name as persistent table does not create indexes
Date: 2021-05-14 11:02:54
Message-ID: CAApHDvp2Ydo=JiUC9gga1axhKPguLs=FTNakZK6GunY5=ppvhg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Fri, 14 May 2021 at 22:55, Нагель Михаил <Misha_Nagel(at)mail(dot)ru> wrote:
> Do I understand correctly that the solution in my case is to upgrade to
> at least 12.6?

Going from 12.5 to 12.6 is a minor version upgrade. You should always
aim to be on the latest minor version of the given release you are
using, which in your case is 12. In minor version releases only bugs
are fixed.

Before PostgreSQL 10 came out, we used to have 3 parts to the version
number. The final one has always been the minor version number. Before
that, we had two portions to the major version number.

Since 12.6 fixed the bug you reported then it seems an upgrade is the
correct way to obtain the fix.

David

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Bharath Rupireddy 2021-05-14 11:45:25 Re: Segmentation fault when calling BlessTupleDesc in a C function in parallel on PostgreSQL-(12.6, 12.7, 13.2, 13.3)
Previous Message Нагель Михаил 2021-05-14 10:55:17 Re: BUG #17009: create temporary table with like option using same name as persistent table does not create indexes