an API to create unique function names

This commit is contained in:
Krasimir Angelov
2022-12-05 08:11:43 +01:00
parent a6aa6c2a5a
commit 8f7e4c084c
12 changed files with 284 additions and 84 deletions

View File

@@ -398,6 +398,7 @@ PgfDB::PgfDB(const char* filepath, int flags, int mode) {
last_free_block = 0;
last_free_block_size = 0;
last_free_block_txn_id= 0;
seed = time(NULL);
}
PGF_INTERNAL