Re: zstd compression for pg_dump
David Steele <david@pgmasters.net>
From: David Steele <david@pgmasters.net>
To: Justin Pryzby <pryzby@telsasoft.com>, Tom Lane <tgl@sss.pgh.pa.us>
Cc: pgsql-hackers@postgresql.org
Date: 2021-04-08T15:19:30Z
Lists: pgsql-hackers
On 1/3/21 9:53 PM, Justin Pryzby wrote: > I rebased so the "typedef struct compression" patch is first and zstd on top of > that (say, in case someone wants to bikeshed about which compression algorithm > to support). And made a central struct with all the compression-specific info > to further isolate the compress-specific changes. It has been a few months since there was a new patch and the current one no longer applies, so marking Returned with Feedback. Please resubmit to the next CF when you have a new patch. Regards, -- -David david@pgmasters.net
Commits
-
pg_dump: Add support for zstd compression
- 84adc8e20f54 16.0 landed