[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [gnunet] branch master updated: big
From: |
gnunet |
Subject: |
[GNUnet-SVN] [gnunet] branch master updated: big |
Date: |
Mon, 30 Apr 2018 17:58:33 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository gnunet.
The following commit(s) were added to refs/heads/master by this push:
new 896b0c669 big
896b0c669 is described below
commit 896b0c669cbcdf548d1c8d603ccc3d9067237340
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Apr 30 17:58:31 2018 +0200
big
---
src/namestore/plugin_namestore_postgres.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/namestore/plugin_namestore_postgres.c
b/src/namestore/plugin_namestore_postgres.c
index 42bc9e4c9..69e28b0d0 100644
--- a/src/namestore/plugin_namestore_postgres.c
+++ b/src/namestore/plugin_namestore_postgres.c
@@ -77,7 +77,7 @@ database_setup (struct Plugin *plugin)
"WITH OIDS");
struct GNUNET_PQ_ExecuteStatement es_default =
GNUNET_PQ_make_execute ("CREATE TABLE IF NOT EXISTS ns098records ("
- " seq SERIAL PRIMARY KEY,"
+ " seq BIGSERIAL PRIMARY KEY,"
" zone_private_key BYTEA NOT NULL DEFAULT '',"
" pkey BYTEA DEFAULT '',"
" rvalue BYTEA NOT NULL DEFAULT '',"
--
To stop receiving notification emails like this one, please contact
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [gnunet] branch master updated: big,
gnunet <=