Thread

Commits

  1. Fix comment related to concurrent index swapping in index.c

  1. Thinko in index_concurrently_swap comment

    Julien Rouhaud <rjuju123@gmail.com> — 2020-03-18T14:33:40Z

    Hi,
    
    While looking at RIC for the collation versioning issue Michael raised earlier,
    I found a thinko in a nearby comment, apparently introduced in the original
    REINDEX CONCURRENTLY patch (5dc92b8).  Trivial patch attached.
    
  2. Re: Thinko in index_concurrently_swap comment

    Michael Paquier <michael@paquier.xyz> — 2020-03-19T00:54:07Z

    On Wed, Mar 18, 2020 at 03:33:40PM +0100, Julien Rouhaud wrote:
    > While looking at RIC for the collation versioning issue Michael raised earlier,
    > I found a thinko in a nearby comment, apparently introduced in the original
    > REINDEX CONCURRENTLY patch (5dc92b8).  Trivial patch attached.
    
    Thanks, Julien.  Fixed as of d41202f.
    --
    Michael