Re: explain plans for foreign servers

From: Dinesh Salve <cooltodinesh(at)gmail(dot)com>
To: Yilin Zhang <jiezhilove(at)126(dot)com>
Cc: Sami Imseih <samimseih(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org, Jeff Davis <pgsql(at)j-davis(dot)com>
Subject: Re: explain plans for foreign servers
Date: 2026-07-27 16:04:19
Message-ID: CAP+B4TA1JDwjLnKtYdywc87L2+m66TxZ1S9D5hbWCS3kMb1cPg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Thanks for feedback Yilin. I have removed that blank line, initializing
explain_sql before PG_TRY now and removed unused variables at a few places.
Attaching updated patch v5.

Regards,
Dinesh Salve

>

Attachment Content-Type Size
v5-0001-postgres_fdw-show-remote-EXPLAIN-plans-via-REMOTE.patch application/octet-stream 70.7 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Masahiko Sawada 2026-07-27 16:05:52 Re: Fix "unexpected logical decoding status change" error; from concurrent logical decoding activation
Previous Message Bharath Rupireddy 2026-07-27 15:39:08 Re: Fix race condition in pg_get_publication_tables with concurrent DROP TABLE