gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r29335 - gnunet/src/namestore


From: gnunet
Subject: [GNUnet-SVN] r29335 - gnunet/src/namestore
Date: Mon, 16 Sep 2013 21:25:39 +0200

Author: wachs
Date: 2013-09-16 21:25:39 +0200 (Mon, 16 Sep 2013)
New Revision: 29335

Modified:
   gnunet/src/namestore/plugin_namestore_postgres.c
Log:
fix: fail to compile


Modified: gnunet/src/namestore/plugin_namestore_postgres.c
===================================================================
--- gnunet/src/namestore/plugin_namestore_postgres.c    2013-09-16 16:46:43 UTC 
(rev 29334)
+++ gnunet/src/namestore/plugin_namestore_postgres.c    2013-09-16 19:25:39 UTC 
(rev 29335)
@@ -362,7 +362,7 @@
 }
 #endif
 
-
+#if 0
 /**
  * The given 'postgres' result was obtained from the database.
  * Parse the record and give it to the iterator.
@@ -460,8 +460,8 @@
   PQclear (res);
   return GNUNET_OK;
 }
+#endif
   
-  
 /**
  * Iterate over the results for a particular key and zone in the
  * datastore.  Will return at most one result to the iterator.
@@ -588,7 +588,7 @@
   return GNUNET_SYSERR;
 }
 
-
+#if 0
 /**
  * Delete an entire zone (all records).  Not used in normal operation.
  *
@@ -604,6 +604,7 @@
   const char *paramValues[] = {
     (const char *) zone,
   };
+
   int paramLengths[] = {
     sizeof (struct GNUNET_CRYPTO_ShortHashCode)
   };
@@ -621,6 +622,7 @@
   }
   PQclear (ret);
 }
+#endif
 
 /**
  * Cache a block in the datastore.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]