This is a discussion on refactor preprocess_targetlist within the Pgsql Patches forums, part of the PostgreSQL category; --> This patch moves some code for preprocessing FOR UPDATE from grouping_planner() to preprocess_targetlist(), according to a comment in grouping_planner(). ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| This patch moves some code for preprocessing FOR UPDATE from grouping_planner() to preprocess_targetlist(), according to a comment in grouping_planner(). I think the refactoring makes sense, and moves some extraneous details out of grouping_planner(). Barring any objections, I'll apply this to HEAD tonight or tomorrow. -Neil ---------------------------(end of broadcast)--------------------------- TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org |
| ||||
| Neil Conway wrote: > This patch moves some code for preprocessing FOR UPDATE from > grouping_planner() to preprocess_targetlist(), according to a comment in > grouping_planner(). I think the refactoring makes sense, and moves some > extraneous details out of grouping_planner(). Applied. -Neil ---------------------------(end of broadcast)--------------------------- TIP 6: Have you searched our list archives? http://archives.postgresql.org |