Phil Sorber <[email protected]> writes: > get_progname() returns a strdup()'d value. Shouldn't it then be simply > char * and not const char *? Otherwise free() complains loudly without > a cast.
I don't believe that callers should be trying to free() the result.
Whether it's been strdup'd or not is not any of their business.
regards, tom lane
--
Sent via pgsql-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
