This patch moves some code for preprocessing FOR UPDATE from

Neil Conway <neilc@samurai.com>

Commit: d344505d1bbaa543dc6cba1280fffeeab47207d1
Author: Neil Conway <neilc@samurai.com>
Date: 2005-03-17T23:45:09Z
Releases: 8.1.0
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().

Files