Andres Freund <andres(at)anarazel(dot)de> writes:
> I was once more wondering why CI is so slow. While thinking about what
> measurements to take, I think I figured out a major source:
> Many of the jobs use PG_TEST_INITDB_EXTRA_OPTS. Unfortunately, using that
> turns out to disable the initdb template mechanism:
> ...
> Any better ideas?
It looks like any one job mostly uses the same value of
PG_TEST_INITDB_EXTRA_OPTS. Could we record what was used to set up
the template, and allow using it if that matches?
regards, tom lane