Skip to content
Snippets Groups Projects

issue #223: correctly detect if reversible data have to be removed after hived restart

Closed issue #223: correctly detect if reversible data have to be removed after hived restart
Closed Marcin requested to merge mi_investigate_restart_with_app into develop
Compare and Show latest version
4 files
+ 15
15
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -27,10 +27,6 @@ $BODY$
DECLARE
__fork_id BIGINT;
BEGIN
IF (SELECT COUNT(*) FROM hive.fork ) > 0 THEN
RETURN;
END IF;
INSERT INTO hive.fork(block_num, time_of_fork)
VALUES( _block_num_before_fork, LOCALTIMESTAMP );
Loading