summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-06-03 12:23:31 +0200
committerChristian Grothoff <christian@grothoff.org>2015-06-03 12:23:31 +0200
commit50afaadf1626c5707b23918f0d1ee177f2bd8873 (patch)
treed8cb4708583990e9c3cd04fa28a8a55b99a00d88 /src
parent3d0f42273467f5958ad3c5cdf78554390cdb1fec (diff)
downloadexchange-50afaadf1626c5707b23918f0d1ee177f2bd8873.tar.gz
exchange-50afaadf1626c5707b23918f0d1ee177f2bd8873.tar.bz2
exchange-50afaadf1626c5707b23918f0d1ee177f2bd8873.zip
remarks on #3810
Diffstat (limited to 'src')
-rw-r--r--src/mintdb/plugin_mintdb_postgres.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mintdb/plugin_mintdb_postgres.c b/src/mintdb/plugin_mintdb_postgres.c
index 3964a32cf..0866fccec 100644
--- a/src/mintdb/plugin_mintdb_postgres.c
+++ b/src/mintdb/plugin_mintdb_postgres.c
@@ -263,7 +263,7 @@ postgres_create_tables (void *cls,
SQLEXEC_INDEX ("CREATE INDEX expiration_index"
" ON reserves_in (expiration_date);");
/* Table with the withdraw operations that have been performed on a reserve.
- TODO: maybe rename to "reserves_out"?
+ TODO: maybe rename to "reserves_out"? #3810
TODO: is blind_ev really a _primary key_? Is this constraint useful? */
SQLEXEC ("CREATE TABLE IF NOT EXISTS collectable_blindcoins"
"(blind_ev BYTEA PRIMARY KEY"