Re: logical changeset generation v4
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andres Freund <andres@2ndquadrant.com>
Cc: Alvaro Herrera <alvherre@2ndquadrant.com>, pgsql-hackers@postgresql.org
Date: 2013-01-15T15:28:28Z
Lists: pgsql-hackers
Andres Freund <andres@2ndquadrant.com> writes: > On 2013-01-15 09:56:41 -0300, Alvaro Herrera wrote: >> Oh, hm. Maybe the contrib module's make installcheck, then? > Thats what I do right now, but I really would prefer to have it checked > during normal make checks, installchecks aren't run all that commonly :( Sure they are, in every buildfarm cycle. I don't see the problem. (In the case of contrib, make installcheck is a whole lot faster than make check, as well as being older. So I don't really see why you think it's less used.) regards, tom lane