mirror of
https://github.com/postgres/postgres.git
synced 2025-07-11 10:01:57 +03:00
pgindent run for 8.2.
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/backend/utils/adt/int8.c,v 1.61 2006/07/28 18:33:04 tgl Exp $
|
||||
* $PostgreSQL: pgsql/src/backend/utils/adt/int8.c,v 1.62 2006/10/04 00:29:59 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -696,7 +696,7 @@ int8inc(PG_FUNCTION_ARGS)
|
||||
|
||||
/*
|
||||
* These functions are exactly like int8inc but are used for aggregates that
|
||||
* count only non-null values. Since the functions are declared strict,
|
||||
* count only non-null values. Since the functions are declared strict,
|
||||
* the null checks happen before we ever get here, and all we need do is
|
||||
* increment the state value. We could actually make these pg_proc entries
|
||||
* point right at int8inc, but then the opr_sanity regression test would
|
||||
|
Reference in New Issue
Block a user