pgsql: Remove three unnecessary casts from a pointer type to char * when - Mailing list pgsql-committers

From neilc@svr1.postgresql.org (Neil Conway)
Subject pgsql: Remove three unnecessary casts from a pointer type to char * when
Date
Msg-id 20041025062721.B4BF53A40D4@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Remove three unnecessary casts from a pointer type to char * when calling
pfree().

Modified Files:
--------------
    pgsql/src/backend/postmaster:
        pgstat.c (r1.82 -> r1.83)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/pgstat.c.diff?r1=1.82&r2=1.83)
    pgsql/src/pl/plpgsql/src:
        gram.y (r1.63 -> r1.64)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpgsql/src/gram.y.diff?r1=1.63&r2=1.64)

pgsql-committers by date:

Previous
From: neilc@svr1.postgresql.org (Neil Conway)
Date:
Subject: pgsql: Fix tyop in comment.
Next
From: neilc@svr1.postgresql.org (Neil Conway)
Date:
Subject: pgsql: Update copyright information in documentation.