[COMMITTERS] pgsql: Fix imprecise documentation of random(): it never returns 1.0.

2009-08-16 Thread Tom Lane
Log Message: --- Fix imprecise documentation of random(): it never returns 1.0. This was changed in 8.2 but the documentation was not corrected. Per gripe from Sam Mason. Tags: REL8_2_STABLE Modified Files: -- pgsql/doc/src/sgml: func.sgml (r1.347.2.8 -> r1.34

[COMMITTERS] pgsql: Fix imprecise documentation of random(): it never returns 1.0.

2009-08-16 Thread Tom Lane
Log Message: --- Fix imprecise documentation of random(): it never returns 1.0. This was changed in 8.2 but the documentation was not corrected. Per gripe from Sam Mason. Tags: REL8_3_STABLE Modified Files: -- pgsql/doc/src/sgml: func.sgml (r1.419.2.5 -> r1.41

[COMMITTERS] pgsql: Fix imprecise documentation of random(): it never returns 1.0.

2009-08-16 Thread Tom Lane
Log Message: --- Fix imprecise documentation of random(): it never returns 1.0. This was changed in 8.2 but the documentation was not corrected. Per gripe from Sam Mason. Tags: REL8_4_STABLE Modified Files: -- pgsql/doc/src/sgml: func.sgml (r1.482 -> r1.482.2.

[COMMITTERS] pgsql: Fix imprecise documentation of random(): it never returns 1.0.

2009-08-16 Thread Tom Lane
Log Message: --- Fix imprecise documentation of random(): it never returns 1.0. This was changed in 8.2 but the documentation was not corrected. Per gripe from Sam Mason. Modified Files: -- pgsql/doc/src/sgml: func.sgml (r1.486 -> r1.487) (http://anoncvs.po

[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