Re: Patch: dumping tables data in multiple chunks in pg_dump
Hannu Krosing <hannuk@google.com>
From: Hannu Krosing <hannuk@google.com>
To: Zsolt Parragi <zsolt.parragi@percona.com>
Cc: David Rowley <dgrowleyml@gmail.com>,
Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>, Nathan Bossart <nathandbossart@gmail.com>
Date: 2026-01-20T12:48:44Z
Lists: pgsql-hackers
On Tue, Jan 20, 2026 at 7:14 AM Zsolt Parragi <zsolt.parragi@percona.com> wrote: > > Hello > > I changed two things on the line in my previous email, I think > c.tableoid is also wrong, pg_relation_size(c.tableoid) will return the > size of pg_class, not the size of the relation in question, that > should be pg_relation_size(c.oid) Thanks, a good catch :)