Re: Testing with concurrent sessions
Andrew Dunstan <andrew@dunslane.net>
From: Andrew Dunstan <andrew@dunslane.net>
To: Markus Wanner <markus@bluegap.ch>
Cc: Kevin Grittner <Kevin.Grittner@wicourts.gov>, Michael Tan <mtanhl@gmail.com>, david@kineticode.com, pgsql-hackers@postgresql.org
Date: 2010-01-15T19:18:14Z
Lists: pgsql-hackers
Markus Wanner wrote: > Hi, > > Kevin Grittner wrote: >> My pager is "less"; could that cause it? Could the twisted >> environment look like one where the pager should kick in? > > Yes, that could be it. At least it fails here, too, if I set > PAGER=less. Try: > > PAGER=more make dcheck > Surely for automated use you want the psql pager off altogether. "psql --pset pager=off" or some such invocation should do it. cheers andrew