Re: commands subdirectory continued -code cleanup

From: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
To: "John Gray" <jgray(at)azuli(dot)co(dot)uk>, "Hackers List" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: commands subdirectory continued -code cleanup
Date: 2002-04-22 02:11:44
Message-ID: GNELIHDDFBOCMGBFGEFOEEDMCCAA.chriskl@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Lockhart 2002-04-22 02:57:55 Re: Patches applied; initdb time!
Previous Message Nicolas Bazin 2002-04-22 02:00:09 How to know whether a table is locked ?