diff options
author | Daniel Gustafsson <dgustafsson@postgresql.org> | 2025-01-31 10:44:21 +0100 |
---|---|---|
committer | Daniel Gustafsson <dgustafsson@postgresql.org> | 2025-01-31 10:44:21 +0100 |
commit | 0181d34e8ca0f91583658ec6eae44b2057473dab (patch) | |
tree | d24174757adc3bde7d279584fb0de809f1a8de33 | |
parent | f10676dc93fa7226190bb4d7d138bbc11dabe681 (diff) | |
download | postgresql-0181d34e8ca0f91583658ec6eae44b2057473dab.tar.gz postgresql-0181d34e8ca0f91583658ec6eae44b2057473dab.zip |
doc: Fix pg_buffercache_evict() title
Use <function> rather than <structname> in the <title> to be consistent
with how other functions in this module are documented. Also suffix the
function name with () for consistency.
Backpatch to v17 where pg_buffercache_evict was introduced.
Author: Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Discussion: https://postgr.es/m/CAExHW5uKWH8CuZc9NCb8XxSQc6uzvACV0cScebm54kF763ERAw@mail.gmail.com
Backpatch-through: 17
-rw-r--r-- | doc/src/sgml/pgbuffercache.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/pgbuffercache.sgml b/doc/src/sgml/pgbuffercache.sgml index 4b90eefc0b0..802a5112d77 100644 --- a/doc/src/sgml/pgbuffercache.sgml +++ b/doc/src/sgml/pgbuffercache.sgml @@ -365,7 +365,7 @@ </sect2> <sect2 id="pgbuffercache-pg-buffercache-evict"> - <title>The <structname>pg_buffercache_evict</structname> Function</title> + <title>The <function>pg_buffercache_evict()</function> Function</title> <para> The <function>pg_buffercache_evict()</function> function takes a buffer identifier, as shown in the <structfield>bufferid</structfield> column of |