Re: Not able to restore database - error: could not decompress data: Allocation error : not enough memory

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Tomasz Szypowski <tomasz.szypowski@asseco.pl>
Cc: "pgsql-bugs@lists.postgresql.org" <pgsql-bugs@lists.postgresql.org>
Date: 2024-12-18T15:13:04Z
Lists: pgsql-bugs
Tomasz Szypowski <tomasz.szypowski@asseco.pl> writes:
> Do you think it will be fixed within few months? Next year we plan to upgrade our clients to 17 and zstd compression is about two times faster than gzip and produces about 20% less backup.

The fix will be in February's releases.

			regards, tom lane



Commits

  1. Fix memory leak in pg_restore with zstd-compressed data.