Re: Custom table AMs need to include heapam.h because of BulkInsertState - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Custom table AMs need to include heapam.h because of BulkInsertState
Date
Msg-id CA+TgmoY73QiSV+c1=wQbZ=sjrXsJwJegU+pe5+b5+7npVsihhQ@mail.gmail.com
Whole thread Raw
In response to Re: Custom table AMs need to include heapam.h because ofBulkInsertState  (Michael Paquier <michael@paquier.xyz>)
Responses Re: Custom table AMs need to include heapam.h because ofBulkInsertState
List pgsql-hackers
On Thu, Jun 6, 2019 at 10:29 PM Michael Paquier <michael@paquier.xyz> wrote:
> One thing which is a bit tricky is that for example with COPY FROM we
> have a code path which is able to release a buffer held by the bulk
> insert state.

Are you talking about the call to ReleaseBulkInsertStatePin, or something else?

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: hyrax vs. RelationBuildPartitionDesc
Next
From: Robert Haas
Date:
Subject: Re: Custom table AMs need to include heapam.h because of BulkInsertState