Code-Cleanup: char* -> const char* - Mailing list pgsql-patches

From Stefan Huehner
Subject Code-Cleanup: char* -> const char*
Date
Msg-id 20070314162627.GB16000@pro4u.org
Whole thread Raw
Responses Re: Code-Cleanup: char* -> const char*  (Neil Conway <neilc@samurai.com>)
List pgsql-patches
Hi,

attached patches marks several char* variables as const where they are
initialized with constant strings.

Regards,
Stefan


Attachment

pgsql-patches by date:

Previous
From: Stefan Huehner
Date:
Subject: Code-Cleanup: function declarations (void, and k&r style)
Next
From: Magnus Hagander
Date:
Subject: Re: LIMIT/SORT optimization