mirror of
https://github.com/postgres/postgres.git
synced 2025-06-29 10:41:53 +03:00
pgindent run for 9.0
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/backend/utils/adt/nabstime.c,v 1.163 2010/01/02 16:57:54 momjian Exp $
|
||||
* $PostgreSQL: pgsql/src/backend/utils/adt/nabstime.c,v 1.164 2010/02/26 02:01:09 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -786,7 +786,7 @@ tintervalrecv(PG_FUNCTION_ARGS)
|
||||
{
|
||||
StringInfo buf = (StringInfo) PG_GETARG_POINTER(0);
|
||||
TimeInterval tinterval;
|
||||
int32 status;
|
||||
int32 status;
|
||||
|
||||
tinterval = (TimeInterval) palloc(sizeof(TimeIntervalData));
|
||||
|
||||
@ -796,7 +796,7 @@ tintervalrecv(PG_FUNCTION_ARGS)
|
||||
|
||||
if (tinterval->data[0] == INVALID_ABSTIME ||
|
||||
tinterval->data[1] == INVALID_ABSTIME)
|
||||
status = T_INTERVAL_INVAL; /* undefined */
|
||||
status = T_INTERVAL_INVAL; /* undefined */
|
||||
else
|
||||
status = T_INTERVAL_VALID;
|
||||
|
||||
|
Reference in New Issue
Block a user