Re: [HACKERS] [COMMITTERS] pgsql: Remove typename from A_Const.

2008-04-29 Thread Tom Lane
[EMAIL PROTECTED] (Alvaro Herrera) writes: Remove typename from A_Const. I'm thinking this could be cleaned up further. The patch as applied removes the ::int4 typename decoration that had been inserted by makeIntConst(), while leaving in place the ::float8 decoration inserted by

Re: [HACKERS] [COMMITTERS] pgsql: Remove typename from A_Const.

2008-04-29 Thread Alvaro Herrera
Tom Lane escribió: [EMAIL PROTECTED] (Alvaro Herrera) writes: Remove typename from A_Const. I'm thinking this could be cleaned up further. The patch as applied removes the ::int4 typename decoration that had been inserted by makeIntConst(), while leaving in place the ::float8 decoration

Re: [HACKERS] [COMMITTERS] pgsql: Remove typename from A_Const.

2008-04-29 Thread Tom Lane
Alvaro Herrera [EMAIL PROTECTED] writes: Tom Lane escribió: I'm thinking is that we should get rid of the ::float8 decoration too, and thereby be able to revert some of the ugly code added elsewhere such as guc.c. Hmm, I'm not sure but I think the typecast is needed in the guc.c code in