Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com> writes:
> Something tells me that current_date is probably not in a form that's
> considered indexable.
More to the point, it's not considered a constant.
You could write
WHERE cdate = date 'now'
instead.
regards, tom lane