]> git.8kb.co.uk Git - slony-i/pg_sched/blobdiff - pg_sched.sql
Improve logging order by actually joining threads as they complete rather than waitin...
[slony-i/pg_sched] / pg_sched.sql
index b8fda5c6be39df49a9b6aa8843957131603de83e..999af94f652fa235c9cb637c115c9ca6ce8a6444 100644 (file)
@@ -16,6 +16,7 @@ CREATE TABLE pg_sched
   frequency interval NOT NULL,
   frequency_offset interval NOT NULL DEFAULT '0s',
   last_run timestamp,
+  last_completed timestamp,
   enabled node_role NULL DEFAULT 'O', 
   isexclusive boolean NOT NULL DEFAULT true,
   isloose boolean NOT NULL DEFAULT true,