pgsql: Doc: fix stale text about partition locking with cached plans - Mailing list pgsql-committers

From Amit Langote
Subject pgsql: Doc: fix stale text about partition locking with cached plans
Date
Msg-id E1w71UX-0024oI-22@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: fix stale text about partition locking with cached plans

Commit 121d774caea added text to master describing pruning-aware
locking behavior introduced by 525392d57.  That behavior was
reverted in May 2025, making the text incorrect.  Replace it with
the text used in back branches, which correctly describes current
behavior: pruned partitions are still locked at the beginning of
execution.

Discussion: https://postgr.es/m/CA+HiwqFT0fPPoYBr0iUFWNB-Og7bEXB9hB=6ogk_qD9=OM8Vbw@mail.gmail.com

Branch
------
REL_18_STABLE

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

Modified Files
--------------
doc/src/sgml/ddl.sgml | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)


pgsql-committers by date:

Previous
From: "Anton A. Melnikov"
Date:
Subject: Re: pgsql: Move gramparse.h to src/backend/parser
Next
From: Amit Langote
Date:
Subject: pgsql: Doc: fix stale text about partition locking with cached plans