[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch master updated. ab20899685ce2660424ad732bbeceb87b4a18f29

Evergreen Git git at git.evergreen-ils.org
Fri Mar 28 12:25:44 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, master has been updated
       via  ab20899685ce2660424ad732bbeceb87b4a18f29 (commit)
      from  2d2e504c633ed30557324acf5ecff7971e68d581 (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 ab20899685ce2660424ad732bbeceb87b4a18f29
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

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