Re: [PATCH] Fix pg_dump --no-tablespaces for the custom format

2020-05-16 Thread Christopher Baines
Tom Lane writes: > Christopher Baines writes: >> So I'm new to poking around in the PostgreSQL code, so this is a bit of >> a shot in the dark. I'm having some problems with pg_dump, and a >> database with tablespaces. A couple of the tables are not in the defau

[PATCH] Fix pg_dump --no-tablespaces for the custom format

2020-05-15 Thread Christopher Baines
23ca2878 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Fri, 15 May 2020 20:57:26 +0100 Subject: [PATCH] Fix pg_dump --no-tablespaces for the custom format --- src/bin/pg_dump/pg_dump.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bin/pg_dump/pg_dump.c b/src/bi