├── execMain.c ~ User queries without where clause dont reach node sequential scan level. So they have to be stored at execMain level. Currently we are only saving insert and delete queries.
├── execMain.c ~ User queries without where clause dont reach node sequential scan level. So they have to be stored at execMain level. Currently we are only saving insert and delete queries.
├── nodeSeqScan.c ~ Operates at table level. Here we are keeping track of all select queries with and without where clause.
├── nodeSeqScan.c ~ Operates at table level. Here we are keeping track of all select queries with and without where clause.
├── worker_spi/ ~ This module should be registered in contrib folder and requires updates in the make file in same folder.
├── worker_spi/ ~ This module should be registered in contrib folder and requires updates in the make file in same folder.