postgresql/src/interfaces
Joe Conway 9e196d7c92 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.
2006-07-12 02:31:56 +00:00
..
ecpg Allow each C include file to compile on its own by including any needed 2006-07-11 13:54:25 +00:00
libpq Clean up for warning: 2006-07-12 02:31:56 +00:00
Makefile Remove all of the libpgtcl and pgtclsh files, including all references to 2004-04-20 00:33:53 +00:00