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

From Antonin Houska
Subject Re: table AM option passing
Date
Msg-id 209310.1775056618@localhost
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
Álvaro Herrera <alvherre@kurilemu.de> wrote:

> Hmm, this is actually a problem in 1bd6f22f43ac.  I added a preliminary
> patch that should fix this.

I've reviewed this patch set too. The only question that occurs to me is
whether INSERT_SKIP_FSM and INSERT_FROZEN shouldn't actually be prefixed with
HEAP_, as these are rather low-level and thus might be considered
AM-specific.

(I like the idea to use the high bits to avoid collisions.)

--
Antonin Houska
Web: https://www.cybertec-postgresql.com



pgsql-hackers by date:

Previous
From: Nathan Bossart
Date:
Subject: Re: Add pg_stat_autovacuum_priority
Next
From: Nathan Bossart
Date:
Subject: Re: vectorized CRC on ARM64