[COMMITTERS] pgsql: Fix incorrect encoding-aware name truncation in

2009-08-16 Thread Tom Lane
Log Message: --- Fix incorrect encoding-aware name truncation in makeArrayTypeName(). truncate_identifier won't do anything if the passed-in strlen is already less than NAMEDATALEN, which it always would be given the strlcpy usage. This has been broken since the arrays-of-composite-types c

[COMMITTERS] pgsql: Fix incorrect encoding-aware name truncation in

2009-08-16 Thread Tom Lane
Log Message: --- Fix incorrect encoding-aware name truncation in makeArrayTypeName(). truncate_identifier won't do anything if the passed-in strlen is already less than NAMEDATALEN, which it always would be given the strlcpy usage. This has been broken since the arrays-of-composite-types c

[COMMITTERS] pgsql: Fix incorrect encoding-aware name truncation in

2009-08-16 Thread Tom Lane
Log Message: --- Fix incorrect encoding-aware name truncation in makeArrayTypeName(). truncate_identifier won't do anything if the passed-in strlen is already less than NAMEDATALEN, which it always would be given the strlcpy usage. This has been broken since the arrays-of-composite-types c