> If I compile current source, gcc (2.95.2) return interesting error for
> pgsql/describe.c.
> The gcc return error for next lines:
> strcpy(buf,
> "SELECT pg_database.datname as \"Database\",\n"
> " pg_user.usename as \"Owner\""
> #ifdef MULTIBYTE
> ",\n pg_database.encoding as \"Encoding\""
> #endif
> );
I'm sure we would accept a patch that changed this into a
strcpy() #ifdef MULTIBYTE strcat() #endif
sequence rather than this monolithic line.
- Thomas
--
Thomas Lockhart lockhart@alumni.caltech.edu
South Pasadena, California