From 59d6c03956193f622c069a4ab985bade27384ac4 Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Fri, 31 Jan 2025 10:44:21 +0100 Subject: [PATCH] doc: Fix pg_buffercache_evict() title Use rather than in the 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 --- doc/src/sgml/pgbuffercache.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 + The <function>pg_buffercache_evict()</function> Function The pg_buffercache_evict() function takes a buffer identifier, as shown in the bufferid column of -- 2.39.5