pgsql: doc: Fix incorrect documentation for test_custom_stats

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Fix incorrect documentation for test_custom_stats
Date: 2025-12-14 02:24:24
Message-ID: E1vUbmZ-000dCv-2x@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Fix incorrect documentation for test_custom_stats

The reference to the test module test_custom_stats should have been
added under the section "Custom Cumulative Statistics", but the section
"Injection Points" has been updated instead, reversing the references
for both test modules.

d52c24b0f808 has removed a paragraph that was correct, and 31280d96a648
has added a paragraph that was incorrect.

Author: Sami Imseih <samimseih(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAA5RZ0s4heX926+ZNh63u12gLd9jgauU6yiirKc7xGo1G01PXQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5b3ef3055d8ec22610af399715128361a65c845f

Modified Files
--------------
doc/src/sgml/xfunc.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2025-12-14 11:30:02 pgsql: Implement ALTER TABLE ... MERGE PARTITIONS ... command
Previous Message Tom Lane 2025-12-13 21:18:42 pgsql: Fix jsonb_object_agg crash after eliminating null-valued pairs.