Re: patch: remove redundant code from pl_exec.c
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Pavel Stehule <pavel.stehule@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2010-12-17T15:13:54Z
Lists: pgsql-hackers
Pavel Stehule <pavel.stehule@gmail.com> writes: > This patch remove redundant rows from PL/pgSQL executor (-89 lines). > Doesn't change a functionality. I'm not really impressed with this idea: there's no a priori reason that all those loop types would necessarily have exactly the same control logic. regards, tom lane