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
2 files
+ 0
5
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -338,9 +338,6 @@ AS
$BODY$
BEGIN
PERFORM hive.remove_inconsistent_irreversible_data();
IF _block_num = 0 THEN --_block_num = 0 to ensure that at least 1 fork exists
PERFORM hive.back_from_fork( _block_num );
END IF;
INSERT INTO hive.hived_connections( block_num, git_sha, time )
VALUES( _block_num, _git_sha, now() );
END;
Loading