pgsql: Remove the isLocalBuf argument from ReadBuffer_common.

From: rhaas(at)postgresql(dot)org (Robert Haas)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove the isLocalBuf argument from ReadBuffer_common.
Date: 2010-08-20 01:07:50
Message-ID: 20100820010750.BA10A7541D7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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)

Browse pgsql-committers by date

  From Date Subject
Next Message Dave Page 2010-08-20 10:00:47 edb-debugger - server: We don't need to specify the library extension in
Previous Message Tom Lane 2010-08-19 22:55:10 pgsql: Bring some sanity to the trace_recovery_messages code and docs.