[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch rel_2_4 updated. bf77cf3b011e2189b16c0e4a9feeef1403340ce5
Evergreen Git
git at git.evergreen-ils.org
Sat Mar 29 16:54:31 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_4 has been updated
via bf77cf3b011e2189b16c0e4a9feeef1403340ce5 (commit)
from 5d66b1771225b6cc23bc735a1e25f227fbc18aae (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 bf77cf3b011e2189b16c0e4a9feeef1403340ce5
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