Re: Generating "Subplan Removed" in EXPLAIN

From: Justin Pryzby <pryzby(at)telsasoft(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Generating "Subplan Removed" in EXPLAIN
Date: 2023-02-01 02:38:21
Message-ID: 20230201023821.GP22427@telsasoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Jan 31, 2023 at 08:59:57PM -0500, Bruce Momjian wrote:
> Does anyone know how to generate this? Thanks.

The regression tests know:

$ git grep -c 'Subplans Removed' ./src/test/regress/
src/test/regress/expected/partition_prune.out:29

--
Justin

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kyotaro Horiguchi 2023-02-01 02:43:04 Re: Time delayed LR (WAS Re: logical replication restrictions)
Previous Message Bruce Momjian 2023-02-01 02:28:40 Re: Generating "Subplan Removed" in EXPLAIN