From 15601fa21a5509b83a871c39ab98671f560da905 Mon Sep 17 00:00:00 2001 From: Jeff Davis Date: Mon, 24 Feb 2025 17:27:32 -0800 Subject: [PATCH] Missing doc update for f3dae2ae58. --- doc/src/sgml/func.sgml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 9f60a476eb3..21a8ea42f5f 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -30252,14 +30252,6 @@ postgres=# SELECT '0/0'::pg_lsn + pd.segment_number * ps.setting::int + :offset function is to maintain a consistent function signature to avoid errors when restoring statistics from previous versions. - - To match the behavior of and when updating relation statistics, - pg_restore_relation_stats() does not follow MVCC - transactional semantics (see ). New relation - statistics may be durable even if the transaction aborts, and the - changes are not isolated from other transactions. - Arguments are passed as pairs of argname and argvalue, where -- 2.30.2