pgsql: doc: Fix pg_buffercache_evict() title - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: doc: Fix pg_buffercache_evict() title
Date
Msg-id E1tdnfN-004aqE-Nn@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/59d6c03956193f622c069a4ab985bade27384ac4

Modified Files
--------------
doc/src/sgml/pgbuffercache.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Amit Langote
Date:
Subject: pgsql: Perform runtime initial pruning outside ExecInitNode()
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: doc: Fix pg_buffercache_evict() title