Re: contrib/xml,xml2 code cleanup

Lists: pgsql-patches
From: Neil Conway <neilc(at)samurai(dot)com>
To: pgsql-patches <pgsql-patches(at)postgresql(dot)org>
Subject: contrib/xml,xml2 code cleanup
Date: 2004-10-12 01:29:26
Message-ID: 1097544566.14940.62.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-patches

This patch cleans up some unnecessary void * casts in contrib/xml and
contrib/xml2.

Barring any objections, I intend to apply this to HEAD tomorrow.

-Neil

Attachment Content-Type Size
pgxml-pfree-cleanup-2.patch text/x-patch 3.8 KB

From: Neil Conway <neilc(at)samurai(dot)com>
To: pgsql-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: contrib/xml,xml2 code cleanup
Date: 2004-10-13 01:28:39
Message-ID: 1097630918.30026.2.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-patches

On Tue, 2004-10-12 at 11:29, Neil Conway wrote:
> This patch cleans up some unnecessary void * casts in contrib/xml and
> contrib/xml2.

Applied to HEAD.

-Neil