Re: Window Function "Run Conditions" - Mailing list pgsql-hackers

From Andy Fan
Subject Re: Window Function "Run Conditions"
Date
Msg-id CAKU4AWrC8hcwXx7S1VyWYLcdYp6R8f0JfkgvqmUYwXBQ5yLvTw@mail.gmail.com
Whole thread Raw
In response to Re: Window Function "Run Conditions"  (Andy Fan <zhihui.fan1213@gmail.com>)
List pgsql-hackers


The root cause is even ExecQual(winstate->runcondition, econtext) return false, we
still return the slot to the upper node.  A simple hack can avoid it.

Forget to say 0002 shows what I mean.  

--
Best Regards
Andy Fan

pgsql-hackers by date:

Previous
From: Andy Fan
Date:
Subject: Re: Window Function "Run Conditions"
Next
From: Masahiko Sawada
Date:
Subject: Re: Skipping logical replication transactions on subscriber side