Re: TAP tests take a long time

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andres Freund <andres@anarazel.de>
Cc: Craig Ringer <craig.ringer@2ndquadrant.com>, Michael Paquier <michael.paquier@gmail.com>, Andrew Dunstan <andrew.dunstan@2ndquadrant.com>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>, Robert Haas <robertmhaas@gmail.com>
Date: 2017-04-12T02:53:01Z
Lists: pgsql-hackers
Andres Freund <andres@anarazel.de> writes:
> The time in initdb is largely spent in regprocin and server start/stop,
> so that doesn't surprise me.

Yeah.  We had a plan for removing the regprocin overhead via preprocessing
of the .bki file, but I've not heard anything about that project for
months :-(

			regards, tom lane


Commits

  1. Speed up hash_index regression test.