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-0011to-Ms@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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e3a92ab0708aa8ac0c8466312cef316ea6d03c63

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