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?
jack...@gmail.com
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?
jack...@gmail.com