pgsql: Fix JSON regression tests.

Started by Tom Lanealmost 12 years ago2 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

Fix JSON regression tests.

Commit 95d737ff45a38809130a2c633d9e6bc26c825036 neglected to update
expected/json_1.out. Per buildfarm.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e3ec07280cc2bd4201f62cbde9a15a62eb54bc40

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

--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

#2Stephen Frost
sfrost@snowman.net
In reply to: Tom Lane (#1)
Re: pgsql: Fix JSON regression tests.

Hey Tom,

* Tom Lane (tgl@sss.pgh.pa.us) wrote:

Fix JSON regression tests.

Commit 95d737ff45a38809130a2c633d9e6bc26c825036 neglected to update
expected/json_1.out. Per buildfarm.

I had just been working on that- took me a bit to realize what was
happening. Apologies.

Thanks!

Stephen