From 05509e1f6f33f5febd1fc06f1972cde042c17710 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Fri, 21 Jul 2017 14:10:33 -0500 Subject: [PATCH] Remove unused files --- conn-lock-todo.txt | 11 ----------- context-todo.txt | 12 ------------ 2 files changed, 23 deletions(-) delete mode 100644 conn-lock-todo.txt delete mode 100644 context-todo.txt diff --git a/conn-lock-todo.txt b/conn-lock-todo.txt deleted file mode 100644 index ab5eac95..00000000 --- a/conn-lock-todo.txt +++ /dev/null @@ -1,11 +0,0 @@ -Extract all locking state into a separate struct that will encapsulate locking and state change behavior. - -This struct should add or subsume at least the following: -* alive -* closingLock -* ctxInProgress (though this may be restructured because it's possible a Tx may have a ctx and a query run in that Tx could have one) -* busy -* lock/unlock -* Tx in-progress -* Rows in-progress -* ConnPool checked-out or checked-in - maybe include reference to conn pool diff --git a/context-todo.txt b/context-todo.txt deleted file mode 100644 index b5a20d0a..00000000 --- a/context-todo.txt +++ /dev/null @@ -1,12 +0,0 @@ -Add more testing -- stress test style -- pgmock - -Add documentation - -Add PrepareContext -Add context methods to ConnPool -Add context methods to Tx -Add context support database/sql - -Benchmark - possibly cache done channel on Conn