mirror of
https://github.com/postgres/postgres.git
synced 2025-11-16 15:02:33 +03:00
More README src cleanups.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
$PostgreSQL: pgsql/src/backend/storage/buffer/README,v 1.13 2008/03/20 17:55:15 momjian Exp $
|
||||
$PostgreSQL: pgsql/src/backend/storage/buffer/README,v 1.14 2008/03/21 13:23:28 momjian Exp $
|
||||
|
||||
Notes About Shared Buffer Access Rules
|
||||
--------------------------------------
|
||||
======================================
|
||||
|
||||
There are two separate access control mechanisms for shared disk buffers:
|
||||
reference counts (a/k/a pin counts) and buffer content locks. (Actually,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
$PostgreSQL: pgsql/src/backend/storage/lmgr/README,v 1.23 2008/03/20 17:55:15 momjian Exp $
|
||||
$PostgreSQL: pgsql/src/backend/storage/lmgr/README,v 1.24 2008/03/21 13:23:28 momjian Exp $
|
||||
|
||||
Locking Overview
|
||||
----------------
|
||||
================
|
||||
|
||||
Postgres uses three types of interprocess locks:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# $PostgreSQL: pgsql/src/backend/storage/smgr/README,v 1.4 2008/03/20 17:55:15 momjian Exp $
|
||||
$PostgreSQL: pgsql/src/backend/storage/smgr/README,v 1.5 2008/03/21 13:23:28 momjian Exp $
|
||||
|
||||
Storage Manager
|
||||
---------------
|
||||
===============
|
||||
|
||||
In the original Berkeley Postgres system, there were several storage managers,
|
||||
of which only the "magnetic disk" manager remains. (At Berkeley there were
|
||||
|
||||
Reference in New Issue
Block a user