Cleanup, fix a valgrind error, stack use reduction.

This commit is contained in:
Adam Ierymenko 2017-04-27 00:59:36 -07:00
commit 9e80db0fd1
11 changed files with 4217 additions and 2120 deletions

View file

@ -1,7 +1,6 @@
/* Schema for ZeroTier root watcher log database */
/* If you cluster this DB using any PG clustering scheme that uses logs, you must remove UNLOGGED here! */
CREATE UNLOGGED TABLE "Peer"
CREATE TABLE "Peer"
(
"ztAddress" BIGINT NOT NULL,
"timestamp" BIGINT NOT NULL,