From 07d00692c8da83fe2835900b2294e8966c2be247 Mon Sep 17 00:00:00 2001 From: Jeff Davis Date: Wed, 23 Oct 2024 09:43:06 -0700 Subject: [PATCH] Documentation fixup. Wrong return type for pg_clear_attribute_stats(). Author: Noriyoshi Shinoda Discussion: https://postgr.es/m/DM4PR84MB17347944F27A552F0CCDF84CEE4C2@DM4PR84MB1734.NAMPRD84.PROD.OUTLOOK.COM --- doc/src/sgml/func.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index ba5656c86b6..3ce70b13973 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -30281,7 +30281,7 @@ DETAIL: Make sure pg_wal_replay_wait() isn't called within a transaction with a relation regclass, attname name, inherited boolean ) - boolean + void Clears table-level statistics for the given relation attribute, as