gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] 04/04: BLOB is BYTEA in Postgres


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] 04/04: BLOB is BYTEA in Postgres
Date: Fri, 06 Oct 2017 21:31:18 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

commit d55050652d02d925590c6ad25a0f358165893616
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Oct 6 21:31:07 2017 +0200

    BLOB is BYTEA in Postgres
---
 src/auditordb/plugin_auditordb_postgres.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/auditordb/plugin_auditordb_postgres.c 
b/src/auditordb/plugin_auditordb_postgres.c
index 5b7a048..b9da032 100644
--- a/src/auditordb/plugin_auditordb_postgres.c
+++ b/src/auditordb/plugin_auditordb_postgres.c
@@ -232,8 +232,8 @@ postgres_create_tables (void *cls)
                            "(master_pub BYTEA PRIMARY KEY CHECK 
(LENGTH(master_pub)=32)"
                            ",last_wire_reserve_in_serial_id INT8 NOT NULL 
DEFAULT 0"
                            ",last_wire_reserve_out_serial_id INT8 NOT NULL 
DEFAULT 0"
-                            ",wire_in_off BLOB"
-                            ",wire_out_off BLOB"
+                            ",wire_in_off BYTEA"
+                            ",wire_out_off BYTEA"
                            ")"),
     /* Table with all of the customer reserves and their respective
        balances that the auditor is aware of.

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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