Re: [HACKERS] REINDEX CONCURRENTLY 2.0
Pavel Stehule <pavel.stehule@gmail.com>
From: Pavel Stehule <pavel.stehule@gmail.com>
To: Sergei Kornilov <sk@zsrv.org>
Cc: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>, Michael Paquier <michael.paquier@gmail.com>,
Andreas Karlsson <andreas@proxel.se>, PostgreSQL mailing lists <pgsql-hackers@postgresql.org>,
Stephen Frost <sfrost@snowman.net>, Craig Ringer <craig@2ndquadrant.com>,
Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2019-01-04T12:19:12Z
Lists: pgsql-hackers
> About syntax: i vote for current syntax "reindex table CONCURRENTLY > tablename". This looks consistent with existed CREATE INDEX CONCURRENTLY > and REFRESH MATERIALIZED VIEW CONCURRENTLY. > +1 Pavel > regards, Sergei > > [1]: > https://www.postgresql.org/message-id/CAB7nPqT%2B6igqbUb59y04NEgHoBeUGYteuUr89AKnLTFNdB8Hyw%40mail.gmail.com > >
Commits
-
Prevent reindex of invalid indexes on TOAST tables
- 8bca5f93547c 12.3 landed
- 61d7c7bce368 13.0 landed
-
Rework handling of invalid indexes with REINDEX CONCURRENTLY
- a6dcf9df4d91 12.0 landed
-
Split builtins.h to a new header ruleutils.h
- 7b1c2a0f2066 9.5.0 cited