Re: ERROR: invalid memory alloc request size - Mailing list pgsql-hackers

From Greg Stark
Subject Re: ERROR: invalid memory alloc request size
Date
Msg-id 878xwe3elq.fsf@stark.xeocode.com
Whole thread Raw
In response to Re: ERROR: invalid memory alloc request size  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: ERROR: invalid memory alloc request size
List pgsql-hackers
Tom Lane <tgl@sss.pgh.pa.us> writes:

> We'd have to make sure zero is never the *correct* value of the offset,
> but that just means wasting one word, which seems no problem.

In theory it's possible for only half the word to be written or even to have
outright garbage show up. In practice I think there are no actual
architectures where this can really happen though.

-- 
greg



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [GENERAL] aix build question re: duplicate symbol warning
Next
From: Tom Lane
Date:
Subject: Re: ERROR: invalid memory alloc request size