pgsql: Fix alternate regression test output file.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix alternate regression test output file.
Date: 2014-08-06 15:34:53
Message-ID: E1XF3Er-0007sZ-Ox@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix alternate regression test output file.

Commit 0ef99bdce3a6cd3195d7df12093042c16328c71c broke this.

Jeff Janes

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/873de34b710196d1e3ce593bd85fa24768e58d6b

Modified Files
--------------
src/test/regress/expected/json_1.out | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2014-08-06 20:08:25 pgsql: Don't require sort support functions to provide a comparator.
Previous Message Fujii Masao 2014-08-06 12:16:04 pgsql: Refactor pg_receivexlog main loop code, for readability, take 2.