mirror of
https://github.com/postgres/postgres.git
synced 2025-06-13 07:41:39 +03:00
pgindent run for 9.0
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/backend/utils/adt/timestamp.c,v 1.205 2010/01/02 16:57:55 momjian Exp $
|
||||
* $PostgreSQL: pgsql/src/backend/utils/adt/timestamp.c,v 1.206 2010/02/26 02:01:10 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -2780,11 +2780,11 @@ interval_mi(PG_FUNCTION_ARGS)
|
||||
}
|
||||
|
||||
/*
|
||||
* There is no interval_abs(): it is unclear what value to return:
|
||||
* http://archives.postgresql.org/pgsql-general/2009-10/msg01031.php
|
||||
* http://archives.postgresql.org/pgsql-general/2009-11/msg00041.php
|
||||
* There is no interval_abs(): it is unclear what value to return:
|
||||
* http://archives.postgresql.org/pgsql-general/2009-10/msg01031.php
|
||||
* http://archives.postgresql.org/pgsql-general/2009-11/msg00041.php
|
||||
*/
|
||||
|
||||
|
||||
Datum
|
||||
interval_mul(PG_FUNCTION_ARGS)
|
||||
{
|
||||
|
Reference in New Issue
Block a user