Re: postgres_fdw: Fix flaky push down FUNCTION RTE test

From: Sami Imseih <samimseih(at)gmail(dot)com>
To: Alexander Korotkov <aekorotkov(at)gmail(dot)com>
Cc: Bharath Rupireddy <bharath(dot)rupireddyforpostgres(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, akorotkov(at)postgresql(dot)org, a(dot)pyhalov(at)postgrespro(dot)ru
Subject: Re: postgres_fdw: Fix flaky push down FUNCTION RTE test
Date: 2026-08-24 17:07:06
Message-ID: CAA5RZ0sUvEsgZOpaOrpAXjMb0-jaSiQEpVLnNf5Qs9fdbcii3w@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Pushed. I only fixed typo in the commit message and changed query
> predicate to t1.c3 = '00009' to make query select some rows.

Thank you. My local tests are green now.

--
Sami

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Laurenz Albe 2026-08-24 17:29:15 Re: Adding a stored generated column without long-lived locks
Previous Message Matheus Alcantara 2026-08-24 17:04:08 Re: Enable partitionwise join for partition keys wrapped by RelabelType