pgsql: doc: Fix incorrect documentation for test_custom_stats - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: doc: Fix incorrect documentation for test_custom_stats
Date
Msg-id E1vUbmZ-000dCv-2x@gemulon.postgresql.org
Whole thread Raw
List 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@gmail.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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix jsonb_object_agg crash after eliminating null-valued pairs.
Next
From: Alexander Korotkov
Date:
Subject: pgsql: Implement ALTER TABLE ... MERGE PARTITIONS ... command