1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-14 18:42:34 +03:00

Fix typos.

Etsuro Fujita
This commit is contained in:
Robert Haas
2014-10-20 10:23:40 -04:00
parent 49d182e61e
commit 0f565c0743
4 changed files with 6 additions and 6 deletions

View File

@ -1712,7 +1712,7 @@ pg_stat_reset_shared(PG_FUNCTION_ARGS)
PG_RETURN_VOID();
}
/* Reset a a single counter in the current database */
/* Reset a single counter in the current database */
Datum
pg_stat_reset_single_table_counters(PG_FUNCTION_ARGS)
{