Re: [COMMITTERS] pgsql: Get rid of SET LOGGED indexes persistence kludge

2014-11-15 Thread Tom Lane
Alvaro Herrera writes: > Get rid of SET LOGGED indexes persistence kludge The buildfarm suggests that this patch fails under CLOBBER_CACHE_ALWAYS. regards, tom lane -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subs

Re: [COMMITTERS] pgsql: Get rid of SET LOGGED indexes persistence kludge

2014-11-15 Thread Tom Lane
Tom Lane writes: > Alvaro Herrera writes: >> Get rid of SET LOGGED indexes persistence kludge > The buildfarm suggests that this patch fails under CLOBBER_CACHE_ALWAYS. After a bit of study, the explanation is almost certainly that you can't just do this in reindex_index: + /* Set the re

[COMMITTERS] pgsql: Emit msg re skipping ANALYZE for absent inh tree

2014-11-15 Thread Simon Riggs
Emit msg re skipping ANALYZE for absent inh tree When checking a table that has an inheritance tree marked, if no child tables remain, we skip ANALYZE. This patch emits a message to show that the action has been skipped. Author: Etsuro Fujita Reviewer: Furuya Osamu Branch -- master Details