transformExpr() refactor

From: Neil Conway <neilc(at)samurai(dot)com>
To: pgsql-patches <pgsql-patches(at)postgresql(dot)org>
Subject: transformExpr() refactor
Date: 2004-10-28 06:49:50
Message-ID: 1098946190.26285.9.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

This patch refactors transformExpr(): rather than being a monsterous 900
line function, it breaks it up into numerous sub-functions that are
invoked by transformExpr() for individual expression types, in the style
of transformStmt().

I think this patch is reasonably safe for HEAD (it mostly just
rearranges code), but I don't mind holding on to it for 8.1. Comments?

-Neil

Attachment Content-Type Size
transform_expr_refactor-2.patch text/x-patch 49.0 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Eisentraut 2004-10-28 08:55:55 Re: 8.0-NLS: czech
Previous Message Kevin Brown 2004-10-28 03:20:45 Re: [PATCHES] ARC Memory Usage analysis