Patch applied.

Tom Lane wrote:
Neil Conway <[EMAIL PROTECTED]> 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

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faq

Reply via email to