mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Fix typos and grammar in code comments and docs
Author: Alexander Lakhin Discussion: https://postgr.es/m/f7e514cf-2446-21f1-a5d2-8c089a6e2168@gmail.com
This commit is contained in:
@ -3891,8 +3891,8 @@ static const PgStat_KindInfo custom_stats = {
|
||||
it with <literal>pgstat_register_kind</literal> and a unique ID used to
|
||||
store the entries related to this type of statistics:
|
||||
<programlisting>
|
||||
extern PgStat_Kind pgstat_add_kind(PgStat_Kind kind,
|
||||
const PgStat_KindInfo *kind_info);
|
||||
extern PgStat_Kind pgstat_register_kind(PgStat_Kind kind,
|
||||
const PgStat_KindInfo *kind_info);
|
||||
</programlisting>
|
||||
While developing a new extension, use
|
||||
<literal>PGSTAT_KIND_EXPERIMENTAL</literal> for
|
||||
|
Reference in New Issue
Block a user