readme
来自「PostgreSQL7.4.6 for Linux」· 代码 · 共 18 行
TXT
18 行
$Header: /cvsroot/pgsql/src/backend/storage/ipc/README,v 1.3 2003/07/24 22:04:09 tgl Exp $Mon Jul 18 11:09:22 PDT 1988 W.KLASCache invalidation synchronization routines:===========================================The cache synchronization is done using a message queue. Everybackend can register a message which then has to be read byall backends. A message read by all backends is removed from the queue automatically. If a message has been lost because the bufferwas full, all backends that haven't read this message will betold that they have to reset their cache state. This is doneat the time when they try to read the message queue.The message queue is implemented as a shared buffer segment. Actually,the queue is a circle to allow fast inserting, reading (invalidate data) andmaintaining the buffer.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?