Cosmetic PL/PgSQL fix: declare the second parameter plpgsql_dstring_append
Neil Conway <neilc@samurai.com>
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
| Path | Change | +/− |
|---|---|---|
| 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 |