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' isstored in?
jacktby(at)gmail(dot)com