Re: table AM option passing - Mailing list pgsql-hackers

From Álvaro Herrera
Subject Re: table AM option passing
Date
Msg-id 202603301206.adis56q72squ@alvherre.pgsql
Whole thread Raw
In response to Re: table AM option passing  (Álvaro Herrera <alvherre@kurilemu.de>)
Responses Re: table AM option passing
List pgsql-hackers
Hello,

I just pushed the part of 0001 that modifies the API of table_insert and
its sibling functions.  So here 0001 adds the options bitmask to
table_update and table_delete, which is important for REPACK; and 0002
is identical as before and makes the interface (IMO) a bit more
future-proof.

-- 
Álvaro Herrera        Breisgau, Deutschland  —  https://www.EnterpriseDB.com/
"Every machine is a smoke machine if you operate it wrong enough."
https://twitter.com/libseybieda/status/1541673325781196801

Attachment

pgsql-hackers by date:

Previous
From: John Naylor
Date:
Subject: Re: Proposal for enabling auto-vectorization for checksum calculations
Next
From: Yasuo Honda
Date:
Subject: Re: [PATCH] Fix unexpected loss of DEFERRABLE property after toggling NOT ENFORCED / ENFORCED