Re: Testing with concurrent sessions

Kevin Grittner <kevin.grittner@wicourts.gov>

From: "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
To: "Markus Wanner" <markus@bluegap.ch>
Cc: "Michael Tan" <mtanhl@gmail.com>,<david@kineticode.com>, <pgsql-hackers@postgresql.org>
Date: 2010-01-15T15:47:28Z
Lists: pgsql-hackers
Markus Wanner <markus@bluegap.ch> wrote:
 
> Second: at the very end of pg_dtester.py, you find the line:
>   reporter = StreamReporter()
> 
> Try a CursesReporter() instead, it gives much nicer output!
 
When I try to do that, Kate complains (I'm even copying their typo):
 
You are trying to save a python file as non ASCII, without
specifiying a correct source encoding line for encoding "utf-8"
 
It offers these options:
 
Insert: # -*- coding: utf-8 -*-
Save Nevertheless
Cancel

Should that coding line be in there?
 
-Kevin