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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: InitPlans aren't parallel-restricted any more.
Date: 2024-09-26 14:37:58
Message-ID: E1stpcz-0011to-Ms@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2024-09-26 15:02:34 pgsql: Modernize to_char's Roman-numeral code, fixing overflow problems
Previous Message Amit Kapila 2024-09-26 10:58:04 pgsql: Doc: Add a note in the upgrade of logical replication clusters.