Commit c8e08679 authored by Peter Eisentraut's avatar Peter Eisentraut

Remove whitespace from end of lines

pgindent and perltidy should clean up the rest.
parent 131b4d64
...@@ -111,4 +111,3 @@ FROM (SELECT '-Infinity'::float8 AS "float8field") q; ...@@ -111,4 +111,3 @@ FROM (SELECT '-Infinity'::float8 AS "float8field") q;
-- json input -- json input
SELECT row_to_json(q) SELECT row_to_json(q)
FROM (SELECT '{"a":1,"b": [2,3,4,"d","e","f"],"c":{"p":1,"q":2}}'::json AS "jsonfield") q; FROM (SELECT '{"a":1,"b": [2,3,4,"d","e","f"],"c":{"p":1,"q":2}}'::json AS "jsonfield") q;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment