pgsql: doc: Extend documentation of PG_TEST_EXTRA

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Extend documentation of PG_TEST_EXTRA
Date: 2023-09-08 09:37:23
Message-ID: E1qeXvX-002vzT-3R@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Extend documentation of PG_TEST_EXTRA

Extend the PG_TEST_EXTRA documentation to mention resource intensive
tests as well. The previous wording only mentioned special software
and security in the main paragraph, with resource usage listed on one
of the tests in the list.

Backpatch to v15 where f47ed79cc8 added wal_consistenct_checking as
a PG_TEST_EXTRA target.

Author: Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAN55FZ0OthTuBdiNkaX2BvxuHdK4Y1MVEb8_uEuD1yHMPmT9Og@mail.gmail.com
Backpatch-through: 15

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6fe3cefde4b414819d9bb68999ae235a9fc3ce83

Modified Files
--------------
doc/src/sgml/regress.sgml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2023-09-08 09:38:18 pgsql: doc: Extend documentation of PG_TEST_EXTRA
Previous Message Thomas Munro 2023-09-08 06:51:34 pgsql: Teach WaitEventSetWait() to report multiple events on Windows.