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
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
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