From b391d882ff38da423dc99fc6224bde4be4100212 Mon Sep 17 00:00:00 2001 From: Jeff Davis Date: Fri, 18 Oct 2024 10:44:15 -0700 Subject: Allow pg_set_relation_stats() to set relpages to -1. While the default value for relpages is 0, if a partitioned table with at least one child has been analyzed, then the partititoned table will have a relpages value of -1. Author: Corey Huinker Discussion: https://postgr.es/m/CADkLM=fajh1Lpcyr_XsMmq-9Z=SGk-u+_Zeac7Pt0RAN3uiVCg@mail.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 f8a0d76d12b..ad663c94d77 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -30197,7 +30197,7 @@ DETAIL: Make sure pg_wal_replay_wait() isn't called within a transaction with a The value of relpages must be greater than - or equal to 0, + or equal to -1, reltuples must be greater than or equal to -1.0, and relallvisible must be greater than or equal to 0. -- cgit v1.2.3