pgsql: Doc: InitPlans aren't parallel-restricted any more. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Doc: InitPlans aren't parallel-restricted any more.
Date
Msg-id E1stpcz-0011tp-Ns@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: InitPlans aren't parallel-restricted any more.

Commit e08d74ca1 removed that restriction, but missed updating
the documentation about it.  Noted by Egor Rogov.

Discussion: https://postgr.es/m/cdc8f87b-a378-4e22-6d29-40ae32dd97d1@postgrespro.ru

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/3e8c92c956a1f273f7cb324aa3ad07f0fca44ce9

Modified Files
--------------
doc/src/sgml/parallel.sgml | 6 ------
1 file changed, 6 deletions(-)


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Doc: Add a note in the upgrade of logical replication clusters.
Next
From: Tom Lane
Date:
Subject: pgsql: Modernize to_char's Roman-numeral code, fixing overflow problems