agora inbox for pgsql-committers@postgresql.org  
help / color / mirror / Atom feed
pgsql: Add CHECK_FOR_INTERRUPTS when building pruning steps
7+ messages / 1 participants
[nested] [flat]

* pgsql: Add CHECK_FOR_INTERRUPTS when building pruning steps
@ 2026-09-18 03:50  David Rowley <drowley@postgresql.org>
  0 siblings, 0 replies; 7+ messages in thread

From: David Rowley @ 2026-09-18 03:50 UTC (permalink / raw)
  To: pgsql-committers@lists.postgresql.org

Add CHECK_FOR_INTERRUPTS when building pruning steps

Building the partition pruning steps for excessively complex queries
can take some time.  Add CHECK_FOR_INTERRUPTS() to
get_steps_using_prefix_recurse() to allow more timely processing of
interruptions.

Bug: #19692
Reported-by: Qifan Liu <imchifan@163.com>
Discussion: https://postgr.es/m/19692-dacfc57cda5035fc@postgresql.org
Backpatch-through: 14

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2631e08d791d3b504ddc6a4c790520f9878a1642

Modified Files
--------------
src/backend/partitioning/partprune.c | 2 ++
1 file changed, 2 insertions(+)



^ permalink  raw  reply  [nested|flat] 7+ messages in thread

* pgsql: Add CHECK_FOR_INTERRUPTS when building pruning steps
@ 2026-09-18 03:50  David Rowley <drowley@postgresql.org>
  0 siblings, 0 replies; 7+ messages in thread

From: David Rowley @ 2026-09-18 03:50 UTC (permalink / raw)
  To: pgsql-committers@lists.postgresql.org

Add CHECK_FOR_INTERRUPTS when building pruning steps

Building the partition pruning steps for excessively complex queries
can take some time.  Add CHECK_FOR_INTERRUPTS() to
get_steps_using_prefix_recurse() to allow more timely processing of
interruptions.

Bug: #19692
Reported-by: Qifan Liu <imchifan@163.com>
Discussion: https://postgr.es/m/19692-dacfc57cda5035fc@postgresql.org
Backpatch-through: 14

Branch
------
REL_19_STABLE

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

Modified Files
--------------
src/backend/partitioning/partprune.c | 2 ++
1 file changed, 2 insertions(+)



^ permalink  raw  reply  [nested|flat] 7+ messages in thread

* pgsql: Add CHECK_FOR_INTERRUPTS when building pruning steps
@ 2026-09-18 03:51  David Rowley <drowley@postgresql.org>
  0 siblings, 0 replies; 7+ messages in thread

From: David Rowley @ 2026-09-18 03:51 UTC (permalink / raw)
  To: pgsql-committers@lists.postgresql.org

Add CHECK_FOR_INTERRUPTS when building pruning steps

Building the partition pruning steps for excessively complex queries
can take some time.  Add CHECK_FOR_INTERRUPTS() to
get_steps_using_prefix_recurse() to allow more timely processing of
interruptions.

Bug: #19692
Reported-by: Qifan Liu <imchifan@163.com>
Discussion: https://postgr.es/m/19692-dacfc57cda5035fc@postgresql.org
Backpatch-through: 14

Branch
------
REL_18_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/1480ad3d3473771d401d92b05e78fb02f4191f92

Modified Files
--------------
src/backend/partitioning/partprune.c | 2 ++
1 file changed, 2 insertions(+)



^ permalink  raw  reply  [nested|flat] 7+ messages in thread

* pgsql: Add CHECK_FOR_INTERRUPTS when building pruning steps
@ 2026-09-18 03:51  David Rowley <drowley@postgresql.org>
  0 siblings, 0 replies; 7+ messages in thread

From: David Rowley @ 2026-09-18 03:51 UTC (permalink / raw)
  To: pgsql-committers@lists.postgresql.org

Add CHECK_FOR_INTERRUPTS when building pruning steps

Building the partition pruning steps for excessively complex queries
can take some time.  Add CHECK_FOR_INTERRUPTS() to
get_steps_using_prefix_recurse() to allow more timely processing of
interruptions.

Bug: #19692
Reported-by: Qifan Liu <imchifan@163.com>
Discussion: https://postgr.es/m/19692-dacfc57cda5035fc@postgresql.org
Backpatch-through: 14

Branch
------
REL_17_STABLE

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

Modified Files
--------------
src/backend/partitioning/partprune.c | 2 ++
1 file changed, 2 insertions(+)



^ permalink  raw  reply  [nested|flat] 7+ messages in thread

* pgsql: Add CHECK_FOR_INTERRUPTS when building pruning steps
@ 2026-09-18 03:52  David Rowley <drowley@postgresql.org>
  0 siblings, 0 replies; 7+ messages in thread

From: David Rowley @ 2026-09-18 03:52 UTC (permalink / raw)
  To: pgsql-committers@lists.postgresql.org

Add CHECK_FOR_INTERRUPTS when building pruning steps

Building the partition pruning steps for excessively complex queries
can take some time.  Add CHECK_FOR_INTERRUPTS() to
get_steps_using_prefix_recurse() to allow more timely processing of
interruptions.

Bug: #19692
Reported-by: Qifan Liu <imchifan@163.com>
Discussion: https://postgr.es/m/19692-dacfc57cda5035fc@postgresql.org
Backpatch-through: 14

Branch
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/4de221f66c27ad00e56f526f9ddf1e0f3a3aa70d

Modified Files
--------------
src/backend/partitioning/partprune.c | 2 ++
1 file changed, 2 insertions(+)



^ permalink  raw  reply  [nested|flat] 7+ messages in thread

* pgsql: Add CHECK_FOR_INTERRUPTS when building pruning steps
@ 2026-09-18 03:52  David Rowley <drowley@postgresql.org>
  0 siblings, 0 replies; 7+ messages in thread

From: David Rowley @ 2026-09-18 03:52 UTC (permalink / raw)
  To: pgsql-committers@lists.postgresql.org

Add CHECK_FOR_INTERRUPTS when building pruning steps

Building the partition pruning steps for excessively complex queries
can take some time.  Add CHECK_FOR_INTERRUPTS() to
get_steps_using_prefix_recurse() to allow more timely processing of
interruptions.

Bug: #19692
Reported-by: Qifan Liu <imchifan@163.com>
Discussion: https://postgr.es/m/19692-dacfc57cda5035fc@postgresql.org
Backpatch-through: 14

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/325ef8f52821447da9b50ee6387ba2870b53610c

Modified Files
--------------
src/backend/partitioning/partprune.c | 2 ++
1 file changed, 2 insertions(+)



^ permalink  raw  reply  [nested|flat] 7+ messages in thread

* pgsql: Add CHECK_FOR_INTERRUPTS when building pruning steps
@ 2026-09-18 03:52  David Rowley <drowley@postgresql.org>
  0 siblings, 0 replies; 7+ messages in thread

From: David Rowley @ 2026-09-18 03:52 UTC (permalink / raw)
  To: pgsql-committers@lists.postgresql.org

Add CHECK_FOR_INTERRUPTS when building pruning steps

Building the partition pruning steps for excessively complex queries
can take some time.  Add CHECK_FOR_INTERRUPTS() to
get_steps_using_prefix_recurse() to allow more timely processing of
interruptions.

Bug: #19692
Reported-by: Qifan Liu <imchifan@163.com>
Discussion: https://postgr.es/m/19692-dacfc57cda5035fc@postgresql.org
Backpatch-through: 14

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/30ed631b20e13e82fe06cdc5947d5f2acfdc6d6d

Modified Files
--------------
src/backend/partitioning/partprune.c | 2 ++
1 file changed, 2 insertions(+)



^ permalink  raw  reply  [nested|flat] 7+ messages in thread


end of thread, other threads:[~2026-09-18 03:52 UTC | newest]

Thread overview: 7+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2026-09-18 03:50 pgsql: Add CHECK_FOR_INTERRUPTS when building pruning steps David Rowley <drowley@postgresql.org>
2026-09-18 03:50 pgsql: Add CHECK_FOR_INTERRUPTS when building pruning steps David Rowley <drowley@postgresql.org>
2026-09-18 03:51 pgsql: Add CHECK_FOR_INTERRUPTS when building pruning steps David Rowley <drowley@postgresql.org>
2026-09-18 03:51 pgsql: Add CHECK_FOR_INTERRUPTS when building pruning steps David Rowley <drowley@postgresql.org>
2026-09-18 03:52 pgsql: Add CHECK_FOR_INTERRUPTS when building pruning steps David Rowley <drowley@postgresql.org>
2026-09-18 03:52 pgsql: Add CHECK_FOR_INTERRUPTS when building pruning steps David Rowley <drowley@postgresql.org>
2026-09-18 03:52 pgsql: Add CHECK_FOR_INTERRUPTS when building pruning steps David Rowley <drowley@postgresql.org>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox