From 237d01139b8a2ad26036d9025ae8e8e99b53e08c Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Mon, 15 Jan 2024 11:50:44 -0500 Subject: Fix typos. Alexander Lakhin Discussion: http://postgr.es/m/212b0987-83e5-e2ae-c5e8-b8170fdaf3a0@gmail.com --- doc/src/sgml/func.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/src') diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 0f7d409e601..210c7c0b024 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -26578,7 +26578,7 @@ SELECT collation for ('foo' COLLATE "de_DE"); record that it has consumed, which must always be greater than or equal to summarized_lsn; if the WAL summarizer is not running, it will be equal to summarized_lsn. - summarized_pid is the PID of the WAL summarizer + summarizer_pid is the PID of the WAL summarizer process, if it is running, and otherwise NULL. -- cgit v1.2.3