pgsql: Small code simplification for REINDEX CONCURRENTLY

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Small code simplification for REINDEX CONCURRENTLY
Date: 2019-03-30 06:17:10
Message-ID: E1hA7Ik-0008SH-3U@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Small code simplification for REINDEX CONCURRENTLY

This was left over from an earlier code structure.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6b8b5364ddd0e4d882562615c6b6c28638ade9f2

Modified Files
--------------
src/backend/commands/indexcmds.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2019-03-30 07:25:44 pgsql: Generated columns
Previous Message Michael Paquier 2019-03-30 01:08:22 Re: pgsql: Improve autovacuum logging for aggressive and anti-wraparound ru