Repository: incubator-hawq Updated Branches: refs/heads/master 0827c7c78 -> ba500a5c0
HAWQ-169. Dump filespace syntax changed. Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/5d2f5153 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/5d2f5153 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/5d2f5153 Branch: refs/heads/master Commit: 5d2f5153182288a70e095d01ef5e95b04c34b4a2 Parents: 0827c7c Author: Ming LI <[email protected]> Authored: Mon Jan 11 16:44:12 2016 +0800 Committer: Ming LI <[email protected]> Committed: Thu Jan 14 11:46:57 2016 +0800 ---------------------------------------------------------------------- src/bin/pg_dump/pg_dumpall.c | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/5d2f5153/src/bin/pg_dump/pg_dumpall.c ---------------------------------------------------------------------- diff --git a/src/bin/pg_dump/pg_dumpall.c b/src/bin/pg_dump/pg_dumpall.c index c700b5f..7538ff2 100644 --- a/src/bin/pg_dump/pg_dumpall.c +++ b/src/bin/pg_dump/pg_dumpall.c @@ -1243,7 +1243,6 @@ dumpFilespaces(PGconn *conn) if (j > 0) appendPQExpBuffer(buf, ",\n"); - appendPQExpBuffer(buf, " %s: ", dbid); appendStringLiteralConn(buf, location, conn); } PQclear(entries);
