Re: updated GiST patch - Mailing list pgsql-patches

From Neil Conway
Subject Re: updated GiST patch
Date
Msg-id 4289526A.5020706@samurai.com
Whole thread Raw
In response to Re: updated GiST patch  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
Patch applied.

Tom Lane wrote:
> Neil Conway <neilc@samurai.com> writes:
>>BTW, this idiom occurs a few times:
>
>
>>     if (BufferIsValid(buf))
>>     {
>>         ReleaseBuffer(buf);
>>         buf = InvalidBuffer;
>>     }
>
>
> I'd leave it as-is; ISTM to be more easily understandable than the
> alternatives you suggest.

Yeah, fair enough.

-Neil

pgsql-patches by date:

Previous
From: Neil Conway
Date:
Subject: GiST header cleanup
Next
From: Tom Lane
Date:
Subject: Re: GiST header cleanup