Walker/mutator prototype.

From: Kurt Roeckx <Q(at)ping(dot)be>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Walker/mutator prototype.
Date: 2003-12-12 23:42:58
Message-ID: 20031212234258.GA8411@ping.be
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I'm trying to change all the walkers and mutators to have a more
strict prototype. I had to do this with lots of casts.

I don't really like the idea of having all those generic pointer
types (Node * and void *), but currently see no better way to deal
with it.

I attached the patch.

Kurt

Attachment Content-Type Size
walker_mutator.diff text/plain 33.6 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Browne 2003-12-13 05:18:27 Re: WITH clause
Previous Message Neil Conway 2003-12-12 23:39:20 ORDER BY and DISTINCT ON