[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch rel_2_5 updated. 7c8c96a8c95d0ed4717f5f012cab7986586beca3
Evergreen Git
git at git.evergreen-ils.org
Sat Mar 29 16:42:27 EDT 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, rel_2_5 has been updated
via 7c8c96a8c95d0ed4717f5f012cab7986586beca3 (commit)
from 1a3f94752f1a78fd0557090ed698d9a62bcd5795 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 7c8c96a8c95d0ed4717f5f012cab7986586beca3
Author: Yamil Suarez <yamil at yamil.com>
Date: Fri Mar 28 11:45:11 2014 -0400
Documentation: Changed return type of staging_importer() SP
Now it returns VOID, before it retunred NULL and gave an error
Signed-off-by: Yamil Suarez <yamil at yamil.com>
diff --git a/docs/admin_initial_setup/migrating_your_data.txt b/docs/admin_initial_setup/migrating_your_data.txt
index 4b0f85d..da466ba 100644
--- a/docs/admin_initial_setup/migrating_your_data.txt
+++ b/docs/admin_initial_setup/migrating_your_data.txt
@@ -95,7 +95,7 @@ CREATE TABLE staging_records_import (id BIGSERIAL, dest BIGINT, marc TEXT);
+
[source,sql]
------------------------------------------------------------------------------
-CREATE OR REPLACE FUNCTION staging_importer() RETURNS NULL AS $$
+CREATE OR REPLACE FUNCTION staging_importer() RETURNS VOID AS $$
DECLARE stage RECORD;
BEGIN
FOR stage IN SELECT * FROM staging_records_import ORDER BY id LOOP
-----------------------------------------------------------------------
Summary of changes:
docs/admin_initial_setup/migrating_your_data.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list