[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-exchange] branch master updated: remove AS integer f
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-exchange] branch master updated: remove AS integer for Postgres backwards-commpatibility of the dump |
Date: |
Thu, 05 Sep 2019 12:05:39 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new aa3655d3 remove AS integer for Postgres backwards-commpatibility of
the dump
aa3655d3 is described below
commit aa3655d35e2cf5db85ee76d642eeba23481a0517
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Sep 5 12:05:32 2019 +0200
remove AS integer for Postgres backwards-commpatibility of the dump
---
src/benchmark/generate-auditor-basedb.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/benchmark/generate-auditor-basedb.sh
b/src/benchmark/generate-auditor-basedb.sh
index 4f4d7662..fafb6f03 100755
--- a/src/benchmark/generate-auditor-basedb.sh
+++ b/src/benchmark/generate-auditor-basedb.sh
@@ -80,7 +80,7 @@ kill `jobs -p`
# Dump database
echo "Dumping database"
-pg_dump -O $TARGET_DB > auditor-basedb.sql
+pg_dump -O $TARGET_DB | sed -e '/AS integer/d' > auditor-basedb.sql
echo $MASTER_PUB > auditor-basedb.mpub
--
To stop receiving notification emails like this one, please contact
address@hidden.
- [GNUnet-SVN] [taler-exchange] branch master updated: remove AS integer for Postgres backwards-commpatibility of the dump,
gnunet <=