Where is the filter?

From: "jacktby(at)gmail(dot)com" <jacktby(at)gmail(dot)com>
To: pgsql-hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Where is the filter?
Date: 2023-02-05 04:29:40
Message-ID: 202302051228561236177@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


When I use 'select * from t where a = 1'; And I debug to find where the 'a = 1' is used,
when I arrive ExecScan in src/backend/executor/execScan.c, line 158, where this 'a = 1' is
stored in?

jacktby(at)gmail(dot)com

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2023-02-05 05:15:01 Re: File descriptors in exec'd subprocesses
Previous Message jacktby@gmail.com 2023-02-05 04:09:10 what's the meaning of key?