Re: heap_sync seems rather oblivious to partitioned tables (wal_level=minimal)

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: David Rowley <david(dot)rowley(at)2ndquadrant(dot)com>
Cc: Steve Singer <steve(at)ssinger(dot)info>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: heap_sync seems rather oblivious to partitioned tables (wal_level=minimal)
Date: 2018-11-17 15:53:23
Message-ID: 20181117155323.mybqu4lurqy4kvsx@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Here are versions for branches 10 and 11. The main change is that the
COPY test didn't have the partitioned table, because it was recently
introduced (0d5f05cde011) so I backpatched that part also. It's a bit
useless, but I'd rather backpatch the same thing rather than have
different lines there ...

(The version for 10 only differs in the perform.sgml hunk.)

I intend to get this pushed on Monday.

--
Álvaro Herrera https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Attachment Content-Type Size
fix_incorrect_setting_of_hi_options_for_partitioned_tables_v3-pg10.patch text/x-diff 6.9 KB
fix_incorrect_setting_of_hi_options_for_partitioned_tables_v3-pg11.patch text/x-diff 6.9 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2018-11-17 15:58:54 Re: fix psql \conninfo & \connect when using hostaddr
Previous Message Tom Lane 2018-11-17 15:48:53 Re: Testing against RHEL 8 Beta, python issue