Tom Lane wrote:
ITAGAKI Takahiro <[EMAIL PROTECTED]> writes:
BTW, we have the word 'Direct' in ShowBufferUsage().
Can I keep it as-is?

ShowBufferUsage()
!   Shared blocks: ...
!   Local  blocks: ...
!   Direct blocks: <R> read, <W> written

Good point.  Seems like it should be changed, but I am not sure to what.
Ideas anyone?

How about "Temp blocks"? It might be slightly confusing that access to temporary tables shows up in "Local blocks", rather than "Temp blocks", though. But then again, temp_tablespaces already controls where the files are created, among other things, so there's some precedence to calling those things "temp".

--
  Heikki Linnakangas
  EnterpriseDB   http://www.enterprisedb.com

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to