Walker/mutator prototype. - Mailing list pgsql-hackers

From Kurt Roeckx
Subject Walker/mutator prototype.
Date
Msg-id 20031212234258.GA8411@ping.be
Whole thread Raw
Responses Re: Walker/mutator prototype.
Re: Walker/mutator prototype.
List 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

pgsql-hackers by date:

Previous
From: Neil Conway
Date:
Subject: ORDER BY and DISTINCT ON
Next
From: Christopher Browne
Date:
Subject: Re: WITH clause