Re: commands subdirectory continued -code cleanup - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject Re: commands subdirectory continued -code cleanup
Date
Msg-id GNELIHDDFBOCMGBFGEFOEEDMCCAA.chriskl@familyhealth.com.au
Whole thread Raw
In response to commands subdirectory continued -code cleanup  (John Gray <jgray@azuli.co.uk>)
List pgsql-hackers
<snip>

> and two macros:
> 
> RECURSE_OVER_CHILDREN(relid);
> AlterTableDoSomething(childrel,...);
> RECURSE_OVER_CHILDREN_END;
> 
> (this seems more straightforward than passing the text of the function
> call as a macro parameter).

The above all looks fine.  The other stuff I wouldn't really know about.

Chris



pgsql-hackers by date:

Previous
From: "Nicolas Bazin"
Date:
Subject: How to know whether a table is locked ?
Next
From: Thomas Lockhart
Date:
Subject: Re: Patches applied; initdb time!