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.
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/22f7b9613e5a60bc3daca35f87f546baa9fd934c
Modified Files
--------------
src/backend/storage/smgr/README | 39 +++++++++++++++++++++++----------------
src/backend/storage/smgr/md.c | 7 +++++++
2 files changed, 30 insertions(+), 16 deletions(-)