aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/plugin_namestore_postgres.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-08 20:20:58 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-08 20:20:58 +0000
commit44185ad408c3a1197ff7468b23e116e0bc70a876 (patch)
treef0887fcfb9763e04d60b6d2113d13a8ba7955ae9 /src/namestore/plugin_namestore_postgres.c
parentbe86840fb6144a631ff18237bc31abb7a97938f7 (diff)
downloadgnunet-44185ad408c3a1197ff7468b23e116e0bc70a876.tar.gz
gnunet-44185ad408c3a1197ff7468b23e116e0bc70a876.zip
fixed #2987 -- at least the testcases now pass
Diffstat (limited to 'src/namestore/plugin_namestore_postgres.c')
-rw-r--r--src/namestore/plugin_namestore_postgres.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/plugin_namestore_postgres.c b/src/namestore/plugin_namestore_postgres.c
index 4697923d0..7be06b2f5 100644
--- a/src/namestore/plugin_namestore_postgres.c
+++ b/src/namestore/plugin_namestore_postgres.c
@@ -222,7 +222,7 @@ database_setup (struct Plugin *plugin)
222 (GNUNET_OK != 222 (GNUNET_OK !=
223 GNUNET_POSTGRES_prepare (plugin->dbh, 223 GNUNET_POSTGRES_prepare (plugin->dbh,
224 "store_records", 224 "store_records",
225 "INSERT INTO ns097records (zone_private_key, pkey, value, record_count, record_data, label) VALUES " 225 "INSERT INTO ns097records (zone_private_key, pkey, rvalue, record_count, record_data, label) VALUES "
226 "($1, $2, $3, $4, $5, $6)", 6)) || 226 "($1, $2, $3, $4, $5, $6)", 6)) ||
227 (GNUNET_OK != 227 (GNUNET_OK !=
228 GNUNET_POSTGRES_prepare (plugin->dbh, 228 GNUNET_POSTGRES_prepare (plugin->dbh,