diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2013-05-30 21:05:07 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2013-05-30 21:05:07 -0400 |
commit | 8b5a3998a104ef5918b50e207be0aa86e085d49d (patch) | |
tree | ccdab0f574946f918f40cdf5681782f647e2e3f4 /src/backend | |
parent | d7eb6f46de900f6664918cda3b5e6f922a0a2356 (diff) | |
download | postgresql-8b5a3998a104ef5918b50e207be0aa86e085d49d.tar.gz postgresql-8b5a3998a104ef5918b50e207be0aa86e085d49d.zip |
Remove whitespace from end of lines
Diffstat (limited to 'src/backend')
-rw-r--r-- | src/backend/catalog/system_views.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/catalog/system_views.sql b/src/backend/catalog/system_views.sql index a03bfa684bf..81d7c4fec8c 100644 --- a/src/backend/catalog/system_views.sql +++ b/src/backend/catalog/system_views.sql @@ -788,10 +788,10 @@ CREATE OR REPLACE FUNCTION pg_start_backup(label text, fast boolean DEFAULT false) RETURNS text STRICT VOLATILE LANGUAGE internal AS 'pg_start_backup'; -CREATE OR REPLACE FUNCTION +CREATE OR REPLACE FUNCTION json_populate_record(base anyelement, from_json json, use_json_as_text boolean DEFAULT false) RETURNS anyelement LANGUAGE internal STABLE AS 'json_populate_record'; -CREATE OR REPLACE FUNCTION +CREATE OR REPLACE FUNCTION json_populate_recordset(base anyelement, from_json json, use_json_as_text boolean DEFAULT false) RETURNS SETOF anyelement LANGUAGE internal STABLE ROWS 100 AS 'json_populate_recordset'; |