Re: Revised patches to add table function support to PL/Tcl (TODO item)

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Karl Lehenbauer <karllehenbauer@gmail.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>, Alvaro Herrera <alvherre@commandprompt.com>
Date: 2010-12-29T00:29:42Z
Lists: pgsql-hackers
Karl Lehenbauer <karllehenbauer@gmail.com> writes:
> The first patch, pltcl-karl-try2-1-of-3-pgindent.patch, does nothing but conform HEAD's pltcl.c with pgindent.  Applying this patch should have exactly the same effect as running  
> 	src/tools/pgindent/pgindent src/tools/pgindent/typedefs.list src/pl/tcl/pltcl.c

This patch appears to be changing a whole lot of stuff that in fact
pg_indent has never changed, so there's something wrong with the way you
are doing it.  It looks like a bad typedef list from here.

			regards, tom lane