*** pgsql/src/include/utils/array.h 2008/11/12 13:09:28 1.70 --- pgsql/src/include/utils/array.h 2008/11/13 15:59:50 1.71 *************** *** 49,55 **** * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * ! * $PostgreSQL: pgsql/src/include/utils/array.h,v 1.69 2008/11/04 14:49:12 petere Exp $ * *------------------------------------------------------------------------- */ --- 49,55 ---- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * ! * $PostgreSQL: pgsql/src/include/utils/array.h,v 1.70 2008/11/12 13:09:28 petere Exp $ * *------------------------------------------------------------------------- */ *************** extern ArrayType *create_singleton_array *** 275,278 **** --- 275,281 ---- Datum element, int ndims); + extern Datum array_agg_transfn(PG_FUNCTION_ARGS); + extern Datum array_agg_finalfn(PG_FUNCTION_ARGS); + #endif /* ARRAY_H */