Re: Support for 8-byte TOAST values, round two

From: Marcos Pegoraro <marcos(at)f10(dot)com(dot)br>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: Bharath Rupireddy <bharath(dot)rupireddyforpostgres(at)gmail(dot)com>, Greg Burd <greg(at)burd(dot)me>, Yugo Nagata <nagata(at)sraoss(dot)co(dot)jp>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Support for 8-byte TOAST values, round two
Date: 2026-09-11 16:03:27
Message-ID: CAB-JLwbsYHxo5qdWyj1WbRDhxfxsKqg9Y2=wQ4Xwjm51wsLVPg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Em sex., 11 de set. de 2026 às 04:33, Michael Paquier <michael(at)paquier(dot)xyz>
escreveu:

> Thanks again for all the reviews.
>

Did you forget to mention the new REPACK command on create_table.SGML file ?
<acronym>TOAST</acronym> relation, and a table rewrite such as
<link linkend="sql-cluster"><command>CLUSTER</command></link> or
<link linkend="sql-vacuum"><command>VACUUM FULL</command></link>
preserves the type already in use. A dump and restore, on the other

regards
Marcos

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Fabrizio Mello 2026-09-11 16:04:12 Re: Fix failing assert in deferred constraint trigger
Previous Message Sami Imseih 2026-09-11 15:58:39 Re: Reject WAIT FOR earlier in transaction-snapshot mode