Minor fix in pg_buffercache_evict documentation

From: Ashutosh Bapat <ashutosh(dot)bapat(dot)oss(at)gmail(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Minor fix in pg_buffercache_evict documentation
Date: 2025-01-31 06:03:10
Message-ID: CAExHW5uKWH8CuZc9NCb8XxSQc6uzvACV0cScebm54kF763ERAw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi All,
All the functions in pg_buffercache module have their names suffixed
with () and also use <function> tag in the documentation, except
pg_buffercache_evict(). PFA patch to fix the style. With this change,
the index entry and the section tile is displayed as "The
pg_buffercache_evict() Function" instead of "The pg_buffercache_evict
Function", which looks consistent with other function entries and
section headers.

This seems to be the only place where pg_buffercache_evict does not
have suffix ().

--
Best Wishes,
Ashutosh Bapat

Attachment Content-Type Size
0001-Fix-title-in-pg_buffercache_evict-documenta-20250131.patch text/x-patch 1.1 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Antonin Houska 2025-01-31 06:27:50 Re: why there is not VACUUM FULL CONCURRENTLY?
Previous Message Michael Paquier 2025-01-31 05:33:14 Re: [PATCH] Optionally record Plan IDs to track plan changes for a query