Re: [COMMITTERS] pgsql: Release note updates.

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [COMMITTERS] pgsql: Release note updates.
Date: 2017-02-07 15:23:09
Message-ID: 20170207152309.szeiqnprt2kzij66@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Tom Lane wrote:
> Alvaro Herrera <alvherre(at)2ndquadrant(dot)com> writes:

> > May I suggest
>
> > + If <command>CREATE INDEX CONCURRENTLY</> was used to build an index
> > + that depends on a column not previously indexed, then rows
> > + updated by transactions that ran concurrently with
> > + the <command>CREATE INDEX</> command could have missed receiving
> > + index entries.
>
> Can we say "pre-existing rows that were updated by...", or is that
> too optimistic?

Hmm. Now that I think about it, it is probably possible to have a
transaction started before CIC that inserted a bunch of rows, and then
runs the UPDATE during the CIC race window. Maybe there's a reason the
bug wouldn't hit in that case but I don't see it, and I'm not able to
test it right now to verify.

> (I fear this is too late for the current set of releases; I don't want
> to make the packagers redo their work just for this. But we can correct
> it for future wraps.)

I think a large fraction of the readers will grab the release notes from
the website anyway, not their local copies. And the "press release" is
a source that will get to a large number of readers too. I think it's
fine not to re-wrap.

--
Álvaro Herrera https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-02-07 15:25:00 pgsql: Correct thinko in last-minute release note item.
Previous Message Stephen Frost 2017-02-07 15:17:20 pgsql: Initialize number_of_jobs in NewRestoreOptions

Browse pgsql-hackers by date

  From Date Subject
Next Message Petr Jelinek 2017-02-07 15:26:27 Re: DROP SUBSCRIPTION and ROLLBACK
Previous Message Daniele Varrazzo 2017-02-07 15:22:26 Re: 'text' instead of 'unknown' in Postgres 10