Re: [HACKERS] REINDEX CONCURRENTLY 2.0 - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: [HACKERS] REINDEX CONCURRENTLY 2.0
Date
Msg-id 20181214002339.GD2921@paquier.xyz
Whole thread Raw
In response to Re: [HACKERS] REINDEX CONCURRENTLY 2.0  (Stephen Frost <sfrost@snowman.net>)
Responses Re: [HACKERS] REINDEX CONCURRENTLY 2.0
List pgsql-hackers
On Thu, Dec 13, 2018 at 07:14:57PM -0500, Stephen Frost wrote:
> Based on at least a quick looking around, the actual grammar rule seems
> to match my recollection[1], adverbs should typically go AFTER the
> verb + object, and the adverb shouldn't ever be placed between the verb
> and the object.

This part has been a long debate already in 2012-2013 when I sent the
first iterations of the patch, and my memories on the matter are that
the grammar you are showing here matches with the past agreement.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Change pgarch_readyXlog() to return .history files first
Next
From: Michael Paquier
Date:
Subject: Re: Can we remove the #fdef UNUSED code from nbtxlog.c