OSDN Git Service

Remove the isLocalBuf argument from ReadBuffer_common.
authorRobert Haas <rhaas@postgresql.org>
Fri, 20 Aug 2010 01:07:50 +0000 (01:07 +0000)
committerRobert Haas <rhaas@postgresql.org>
Fri, 20 Aug 2010 01:07:50 +0000 (01:07 +0000)
commita481ff71afe2cc4b83c35855114754b782312d20
tree678990385632c52a1f8c0cc9e730ccfcfb87a54d
parent79dc97a401e8b51c3b91f3d629122b3f6c365a9f
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.
src/backend/storage/buffer/bufmgr.c