pgsql: On second thought, the tests for what to do with stderr output - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: On second thought, the tests for what to do with stderr output
Date
Msg-id 20070719215812.F06AA9FB731@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
On second thought, the tests for what to do with stderr output are a
lot more sensible if we check the chunk-output case first.  Not
back-patched since it's just a cosmetic improvement.

Modified Files:
--------------
    pgsql/src/backend/utils/error:
        elog.c (r1.188 -> r1.189)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/error/elog.c.diff?r1=1.188&r2=1.189)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Make replace(), split_part(), and string_to_array() behave
Next
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Capitalize language key words in error messages