aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/plugin_datastore_postgres.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastore/plugin_datastore_postgres.c')
-rw-r--r--src/datastore/plugin_datastore_postgres.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/datastore/plugin_datastore_postgres.c b/src/datastore/plugin_datastore_postgres.c
index 6a5d45832..66929f91a 100644
--- a/src/datastore/plugin_datastore_postgres.c
+++ b/src/datastore/plugin_datastore_postgres.c
@@ -281,7 +281,7 @@ postgres_plugin_put (void *cls,
281 key, 281 key,
282 size, 282 size,
283 GNUNET_SYSERR, 283 GNUNET_SYSERR,
284 _ ("Postgress exec failure")); 284 _ ("Postgresql exec failure"));
285 return; 285 return;
286 } 286 }
287 bool affected = (0 != ret); 287 bool affected = (0 != ret);
@@ -322,7 +322,7 @@ postgres_plugin_put (void *cls,
322 key, 322 key,
323 size, 323 size,
324 GNUNET_SYSERR, 324 GNUNET_SYSERR,
325 "Postgress exec failure"); 325 "Postgresql exec failure");
326 return; 326 return;
327 } 327 }
328 } 328 }
@@ -894,7 +894,7 @@ postgres_plugin_remove_key (void *cls,
894 key, 894 key,
895 size, 895 size,
896 GNUNET_SYSERR, 896 GNUNET_SYSERR,
897 _ ("Postgress exec failure")); 897 _ ("Postgresql exec failure"));
898 return; 898 return;
899 } 899 }
900 if (GNUNET_DB_STATUS_SUCCESS_NO_RESULTS == ret) 900 if (GNUNET_DB_STATUS_SUCCESS_NO_RESULTS == ret)