Re: pageinspect: Hash index support - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: pageinspect: Hash index support
Date
Msg-id 7351c7bb-db87-be4a-0b86-7f7aad0bed41@2ndquadrant.com
Whole thread Raw
In response to Re: pageinspect: Hash index support  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pageinspect: Hash index support  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On 11/2/16 1:54 PM, Tom Lane wrote:
> I think the right thing is likely to be to copy the presented bytea
> into a palloc'd (and therefore properly aligned) buffer.  And not
> just in this one function.

Does the attached look reasonable?

--
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Attachment

pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Row level security implementation in Foreign Table in Postgres
Next
From: Robert Haas
Date:
Subject: Re: Minor code improvement to postgresGetForeignJoinPaths