Thu Nov 25 18:47:27 PST 2004
- Previous message: [Slony1-commit] By darcyb: Add a missing ' to correct parse error
- Next message: [Slony1-commit] By darcyb: Make cbbrowne's functions work as conceptualy intended
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
supply missing arg to function comment, make function parse properly
Modified Files:
--------------
slony1-engine/src/backend:
slony1_funcs.sql (r1.44 -> r1.45)
-------------- next part --------------
Index: slony1_funcs.sql
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/backend/slony1_funcs.sql,v
retrieving revision 1.44
retrieving revision 1.45
diff -Lsrc/backend/slony1_funcs.sql -Lsrc/backend/slony1_funcs.sql -u -w -r1.44 -r1.45
--- src/backend/slony1_funcs.sql
+++ src/backend/slony1_funcs.sql
@@ -4669,9 +4669,10 @@
else
return 0;
end if;
-END' language plpgsql;
+END;
+' language plpgsql;
-comment on function @NAMESPACE at .generate_sync_event() is
+comment on function @NAMESPACE at .generate_sync_event(interval) is
'Generate a sync event if there has not been one in 30 seconds.';
-- ----------------------------------------------------------------------
- Previous message: [Slony1-commit] By darcyb: Add a missing ' to correct parse error
- Next message: [Slony1-commit] By darcyb: Make cbbrowne's functions work as conceptualy intended
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list