]> granicus.if.org Git - postgresql/commit
Improve code documentation about "magnetic disk" storage manager.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 30 Mar 2013 18:23:45 +0000 (14:23 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 30 Mar 2013 18:23:45 +0000 (14:23 -0400)
commit22f7b9613e5a60bc3daca35f87f546baa9fd934c
treee211fe50a1082e6c0fbf6243bbd882d67aca98c0
parent67eb3e5075b52bb9d91dc3bd9358ac1da2ded5fc
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.
src/backend/storage/smgr/README
src/backend/storage/smgr/md.c