pgsql: Quick hack to un-break plpython regression tests.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Quick hack to un-break plpython regression tests.
Date: 2011-01-23 01:44:10
Message-ID: E1Pgozy-0001JH-2x@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Quick hack to un-break plpython regression tests.

It's not clear to me what should happen to the other plpython_unicode
variant expected files, but this patch gets things passing on my own
machines and at least some of the buildfarm.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=cc73c160507588bdc5822d7f2bb79d6b3a386761

Modified Files
--------------
src/pl/plpython/expected/plpython_unicode_3.out | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2011-01-23 01:55:59 pgsql: Code cleanup for assign_transaction_read_only.
Previous Message Tom Lane 2011-01-23 01:32:24 pgsql: Allow the wal_buffers setting to be auto-tuned to a reasonable v