From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Andres Freund <andres(at)anarazel(dot)de> |
Cc: | Hans Buschmann <buschmann(at)nidsa(dot)net>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Assorted improvements in pg_dump |
Date: | 2021-12-03 21:33:42 |
Message-ID: | 2518220.1638567222@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Here's an updated version of this patch set. The only non-line-number
changes are
(1) in 0004, I dealt with the issue of not having unnest() in old branches
by bumping the minimum remote server version to 8.4. Seeing that we seem
to have consensus in the other thread to push the minimum up to somewhere
around 9.2, I see no point in making this patch put in conditional code
that we'd shortly rip out again.
(2) I also added some comments to 0004 to hopefully address Justin's
confusion about string lengths.
I feel quite fortunate that a month's worth of commitfest hacking
didn't break any of these patches. Unless someone intends to
review these more thoroughly than they already have, I'd like to
go ahead and push them.
regards, tom lane
Attachment | Content-Type | Size |
---|---|---|
0001-fix-component-masking-3.patch | text/x-diff | 47.2 KB |
0002-rethink-ACL-handling-3.patch | text/x-diff | 121.1 KB |
0003-move-unsafe-function-calls-3.patch | text/x-diff | 10.0 KB |
0004-bulk-queries-3.patch | text/x-diff | 75.6 KB |
0005-fix-toast-sched-3.patch | text/x-diff | 4.6 KB |
0006-prepare-repeated-queries-4.patch | text/x-diff | 34.9 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Chapman Flack | 2021-12-03 21:39:14 | Re: The "char" type versus non-ASCII characters |
Previous Message | Peter Eisentraut | 2021-12-03 21:32:21 | Transparent column encryption |