Cosmetic PL/PgSQL fix: declare the second parameter plpgsql_dstring_append

Neil Conway <neilc@samurai.com>

Commit: d1b0d965b115fcd74219a4397c46c10ba18a62a8
Author: Neil Conway <neilc@samurai.com>
Date: 2004-09-14T23:46:46Z
Releases: 8.0.0
Cosmetic PL/PgSQL fix: declare the second parameter plpgsql_dstring_append
as a const char *, so that we don't need to cast away a const in gram.y

Files

PathChange+/−
src/pl/plpgsql/src/gram.y modified +2 −2
src/pl/plpgsql/src/pl_funcs.c modified +2 −2
src/pl/plpgsql/src/plpgsql.h modified +2 −2