Re: more code cleanup

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

This patch makes another set of small cosmetic improvements:

- remove another senseless "extern" keyword that was applied to a
function definition
- change a foo more function signatures from "some_type foo()" to
"some_type foo(void)"
- rewrite another K&R style function definition
- make the type of the "action" function pointer in the KeyWord struct
in src/backend/utils/adt/formatting.c more precise

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

-Neil

Attachment Content-Type Size
more-sparse-cleanup-1.patch text/x-patch 5.7 KB

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

On Tue, 2004-10-12 at 11:44, Neil Conway wrote:
> This patch makes another set of small cosmetic improvements [...]

Applied to HEAD.

-Neil