[COMMITTERS] pgsql: Fix set_rel_width() to do something reasonable with non-Var items

2009-07-10 Thread Tom Lane
Log Message: --- Fix set_rel_width() to do something reasonable with non-Var items in a RelOptInfo targetlist. It used to be that the only possibility other than a Var was a RowExpr representing a whole-row child Var, but as of 8.4's expanded ability to flatten appendrel members, we can ge

[COMMITTERS] pgsql: Fix set_rel_width() to do something reasonable with non-Var items

2009-07-10 Thread Tom Lane
Log Message: --- Fix set_rel_width() to do something reasonable with non-Var items in a RelOptInfo targetlist. It used to be that the only possibility other than a Var was a RowExpr representing a whole-row child Var, but as of 8.4's expanded ability to flatten appendrel members, we can ge

[COMMITTERS] veil - veil: Minor documentation fix

2009-07-10 Thread User Bloodnok
Log Message: --- Minor documentation fix Modified Files: -- veil/docs: Doxyfile (r1.19 -> r1.20) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/veil/veil/docs/Doxyfile?r1=1.19&r2=1.20) veil/src: veil_mainpage.c.in (r1.13 -> r1.14) (http:/