diff options
author | Joe Conway <mail@joeconway.com> | 2006-07-12 02:31:56 +0000 |
---|---|---|
committer | Joe Conway <mail@joeconway.com> | 2006-07-12 02:31:56 +0000 |
commit | 9e196d7c9217407db54780cbc570055b6465daaa (patch) | |
tree | 7cf12e189f983017571f04a34b18c64745659c58 /src/backend/access/gist/gistxlog.c | |
parent | 72347776744083d080f4c46dd6fc7e81bcf9a0c7 (diff) | |
download | postgresql-9e196d7c9217407db54780cbc570055b6465daaa.tar.gz |
Clean up for warning:
fe-auth.c:573: warning: passing argument 1 of 'free' discards qualifiers
from pointer target type
pg_krb5_authname used to return a (const char *) to memory allocated by
krb. Somewhere along the lines this was changed so that a copy was
made, returned, and freed instead. However the const modifier was never
removed.
Diffstat (limited to 'src/backend/access/gist/gistxlog.c')
0 files changed, 0 insertions, 0 deletions