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 | 59d6c03956193f622c069a4ab985bade27384ac4 (patch) | |
tree | abe22fa05a34519cc65aadae844b1c2cfc503758 /doc/src | |
parent | 76aa615943049c04efd36ab4765c06eda89cdfea (diff) | |
download | postgresql-59d6c03956193f622c069a4ab985bade27384ac4.tar.gz postgresql-59d6c03956193f622c069a4ab985bade27384ac4.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
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 |