more code cleanup - Mailing list pgsql-patches

From Neil Conway
Subject more code cleanup
Date
Msg-id 1097545469.14940.74.camel@localhost.localdomain
Whole thread Raw
Responses Re: more code cleanup  (Neil Conway <neilc@samurai.com>)
List 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

pgsql-patches by date:

Previous
From: Neil Conway
Date:
Subject: contrib/xml,xml2 code cleanup
Next
From: Sean Chittenden
Date:
Subject: Re: Casting INT4 to BOOL...