Thread: pgsql: Remove the isLocalBuf argument from ReadBuffer_common.

pgsql: Remove the isLocalBuf argument from ReadBuffer_common.

From
rhaas@postgresql.org (Robert Haas)
Date:
Log Message:
-----------
Remove the isLocalBuf argument from ReadBuffer_common.

Since an SMgrRelation now knows whether or not the underlying relation is
temporary, there's no point in also passing that information via an
additional argument.

Modified Files:
--------------
    pgsql/src/backend/storage/buffer:
        bufmgr.c (r1.259 -> r1.260)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/buffer/bufmgr.c?r1=1.259&r2=1.260)