more code cleanup

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
Thread:
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

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Sean Chittenden 2004-10-12 01:54:09 Re: Casting INT4 to BOOL...
Previous Message Neil Conway 2004-10-12 01:29:26 contrib/xml,xml2 code cleanup