1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-03 20:02:46 +03:00

Fix memory leak when using justify_hours.

This commit is contained in:
Bruce Momjian
2005-08-25 01:30:06 +00:00
parent 12c41d7ebd
commit 4ea18a11fa
2 changed files with 20 additions and 11 deletions

View File

@ -1,5 +1,5 @@
<!--
$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.282 2005/08/24 20:49:35 tgl Exp $
$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.283 2005/08/25 01:29:55 momjian Exp $
PostgreSQL documentation
-->
@ -5188,6 +5188,12 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
</tgroup>
</table>
<para>
If you are using both <function>justify_hours</> and <function>justify_days</>,
it is best to use <function>justify_hours</> first so any additional days will
justified by <function>justify_days</>.
</para>
<para>
In addition to these functions, the SQL <literal>OVERLAPS</> operator is
supported: