File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 536536 The <function>pg_buffercache_evict()</function> function takes a buffer
537537 identifier, as shown in the <structfield>bufferid</structfield> column of
538538 the <structname>pg_buffercache</structname> view. It returns information
539- about whether the buffer was evicted and flushed. The buffer_evicted
539+ about whether the buffer was evicted and flushed.
540+ The <structfield>buffer_evicted</structfield>
540541 column is true on success, and false if the buffer wasn't valid, if it
541542 couldn't be evicted because it was pinned, or if it became dirty again
542- after an attempt to write it out. The buffer_flushed column is true if the
543+ after an attempt to write it out.
544+ The <structfield>buffer_flushed</structfield> column is true if the
543545 buffer was flushed. This does not necessarily mean that buffer was flushed
544546 by us, it might be flushed by someone else. The result is immediately out
545547 of date upon return, as the buffer might become valid again at any time due
You can’t perform that action at this time.
0 commit comments