Where is the filter? - Mailing list pgsql-hackers

From jacktby@gmail.com
Subject Where is the filter?
Date
Msg-id 202302051228561236177@gmail.com
Whole thread Raw
Responses Re: Where is the filter?
List 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@gmail.com

pgsql-hackers by date:

Previous
From: "jacktby@gmail.com"
Date:
Subject: what's the meaning of key?
Next
From: Tom Lane
Date:
Subject: Re: File descriptors in exec'd subprocesses