cosmetic pl/pgsql fix

From: Neil Conway <neilc(at)samurai(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Subject: cosmetic pl/pgsql fix
Date: 2004-09-15 09:46:43
Message-ID: 1095241603.4915.1.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

This patch makes the second parameter to plpgsql_dstring_append() a
const char * (rather than a char *), to get rid of a cast in gram.y.
This patch has been applied to HEAD.

-Neil

Attachment Content-Type Size
plpgsql-dstring-const-char-1.patch text/x-patch 2.3 KB

Browse pgsql-patches by date

  From Date Subject
Next Message Mahmoud Taghizadeh 2004-09-15 14:01:35 Again!! locale per column for postgreSQL
Previous Message Neil Conway 2004-09-15 07:48:02 arrayfuncs: fix read of uninitialized mem