Code-Cleanup: char* -> const char*

From: Stefan Huehner <stefan(at)huehner(dot)org>
To: pgsql-patches(at)postgresql(dot)org
Subject: Code-Cleanup: char* -> const char*
Date: 2007-03-14 16:26:27
Message-ID: 20070314162627.GB16000@pro4u.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Hi,

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

Regards,
Stefan

Attachment Content-Type Size
pgsql_const1.diff text/x-diff 10.9 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Alvaro Herrera 2007-03-14 16:26:44 Re: [PATCHES] Bitmapscan changes
Previous Message Stefan Huehner 2007-03-14 16:25:37 Code-Cleanup: function declarations (void, and k&r style)