Teja Mupparti

Results 5 comments of Teja Mupparti

> High-level thought: Should we use the clock value as part of the transaction ID timestamp instead of GetCurrentTimestamp? (probably guard this behaviour with a GUC in case it leads...

Accidentally closed it, reopening.

Likely the problem is stemming from the fact that `ConvertRelationRTEIntoSubquery()` is really designed for `SELECT * FROM the relation` but in this case we are selecting column 1 and 3....

I think I know what the problem is, can you please do me a small favor Please change the below code ``` sourceResultsQuery->targetList =                CreateAllTargetListForRelation(sourceRte->relid, requiredAttributes); ``` to ``` sourceResultsQuery->targetList...

@codeforall No major code-comments. I need to understand some nuances; can we have a short call on your Monday morning to finalize?