Self-recover for linux

Compile-time option SELF_RECOVER was implemented for Windows;
add it to unix systems too, with it being on by default when
compiling with the linux hints file.
This commit is contained in:
Pasi Kallinen
2024-02-08 11:34:55 +02:00
parent 5212e4b3db
commit b37f1408d8
4 changed files with 37 additions and 0 deletions

View File

@@ -276,6 +276,9 @@ main(int argc, char *argv[])
}
}
}
if (gp.program_state.in_self_recover) {
gp.program_state.in_self_recover = FALSE;
}
}
if (!resuming) {