Re: [PERFORM] n_distinct way off, but following a pattern.

2003-11-16 Thread Nick Fankhauser
> It would be interesting to see exactly what inputs are going into this > equation. Do you feel like adding some debug printouts into this code? > Or just looking at the variables with a debugger? In 7.3 it's about > line 1060 in src/backend/commands/analyze.c. Tom- I don't really have time

Re: [PERFORM] Help with count(*)

2003-11-16 Thread Tom Lane
Neil Conway <[EMAIL PROTECTED]> writes: > Tom Lane <[EMAIL PROTECTED]> writes: >> (I believe the previous discussion also agreed that we wanted to >> postpone the freezing of now(), which currently also happens at >> BEGIN rather than the first command after BEGIN.) > That doesn't make sense to me