Re: Add SKIP LOCKED to VACUUM and ANALYZE

Поиск
Список
Период
Сортировка
От Bossart, Nathan
Тема Re: Add SKIP LOCKED to VACUUM and ANALYZE
Дата
Msg-id B6A123EF-56EB-4854-8D47-4CFC8FEDB609@amazon.com
обсуждение исходный текст
Ответ на Re: Add SKIP LOCKED to VACUUM and ANALYZE  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: Add SKIP LOCKED to VACUUM and ANALYZE  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
On 7/22/18, 10:12 PM, "Michael Paquier" <michael@paquier.xyz> wrote:
> The refactoring for CLUSTER is pretty obvious, and makes the API a bit
> cleaner, so attached is a proposal of patch to do so.  Thoughts?

Sorry for the delay on these patches!  This is nearly identical to
what I started writing last night, so it looks good to me.

+typedef enum ClusterOption
+{
+    CLUOPT_RECHECK,                /* recheck relation state */
+    CLUOPT_VERBOSE                /* print progress info */
+}            ClusterOption;

It looks like the last line here has a bit of extra whitespace
compared to the other code in parsenodes.h.

Nathan


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: How can we submit code patches that implement our (pending)patents?
Следующее
От: Andres Freund
Дата:
Сообщение: Re: How can we submit code patches that implement our (pending)patents?