Improve code documentation about "magnetic disk" storage manager.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 22f7b9613e5a60bc3daca35f87f546baa9fd934c
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2013-03-30T18:23:45Z
Releases: 9.3.0
Improve code documentation about "magnetic disk" storage manager.

The modern incarnation of md.c is by no means specific to magnetic disk
technology, but every so often we hear from someone who's misled by the
label.  Try to clarify that it will work for anything that supports
standard filesystem operations.  Per suggestion from Andrew Dunstan.

Files

PathChange+/−
src/backend/storage/smgr/md.c modified +7 −0
src/backend/storage/smgr/README modified +23 −16