mirror of
https://github.com/postgres/postgres.git
synced 2025-06-16 06:01:02 +03:00
pgindent run for 8.3.
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/backend/utils/adt/arrayutils.c,v 1.24 2007/06/15 20:56:50 tgl Exp $
|
||||
* $PostgreSQL: pgsql/src/backend/utils/adt/arrayutils.c,v 1.25 2007/11/15 21:14:38 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -193,7 +193,7 @@ mda_next_tuple(int n, int *curr, const int *span)
|
||||
|
||||
/*
|
||||
* ArrayGetIntegerTypmods: verify that argument is a 1-D cstring array,
|
||||
* and get the contents converted to integers. Returns a palloc'd array
|
||||
* and get the contents converted to integers. Returns a palloc'd array
|
||||
* and places the length at *n.
|
||||
*/
|
||||
int32 *
|
||||
|
Reference in New Issue
Block a user