Re: BUG #15946: "duplicate key" error on ANALYZE of table partitions in transaction

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

From: Tom Lane <tgl@sss.pgh.pa.us>
To: naveen mahadevuni <nmahadevuni@gmail.com>
Cc: ladayaroslav@yandex.ru, pgsql-bugs@lists.postgresql.org
Date: 2019-08-13T18:52:18Z
Lists: pgsql-bugs
naveen mahadevuni <nmahadevuni@gmail.com> writes:
> I would like to start contributing to postgres, would like to fix this one
> if it hasn't already been done.

Already done -

https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=cabe0f298ea7efade11d8171c617e668934d0d09

			regards, tom lane



Commits

  1. Fix "ANALYZE t, t" inside a transaction block.