Skip to content

Commit 0181d34

Browse files
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
1 parent f10676d commit 0181d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/pgbuffercache.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@
365365
</sect2>
366366

367367
<sect2 id="pgbuffercache-pg-buffercache-evict">
368-
<title>The <structname>pg_buffercache_evict</structname> Function</title>
368+
<title>The <function>pg_buffercache_evict()</function> Function</title>
369369
<para>
370370
The <function>pg_buffercache_evict()</function> function takes a buffer
371371
identifier, as shown in the <structfield>bufferid</structfield> column of

0 commit comments

Comments
 (0)