pgsql: Fix JSON regression tests.
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
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