diff options
author | Daniel Gustafsson | 2025-01-31 09:44:21 +0000 |
---|---|---|
committer | Daniel Gustafsson | 2025-01-31 09:44:21 +0000 |
commit | 0181d34e8ca0f91583658ec6eae44b2057473dab (patch) | |
tree | d24174757adc3bde7d279584fb0de809f1a8de33 /doc/src | |
parent | f10676dc93fa7226190bb4d7d138bbc11dabe681 (diff) |
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 <[email protected]>
Reviewed-by: Daniel Gustafsson <[email protected]>
Discussion: https://postgr.es/m/CAExHW5uKWH8CuZc9NCb8XxSQc6uzvACV0cScebm54kF763ERAw@mail.gmail.com
Backpatch-through: 17
Diffstat (limited to 'doc/src')
-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 |