mirror of
https://github.com/postgres/postgres.git
synced 2025-07-20 05:03:10 +03:00
pgindent run for 8.2.
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/backend/utils/adt/oid.c,v 1.68 2006/03/05 15:58:43 momjian Exp $
|
||||
* $PostgreSQL: pgsql/src/backend/utils/adt/oid.c,v 1.69 2006/10/04 00:29:59 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -258,10 +258,10 @@ oidvectorrecv(PG_FUNCTION_ARGS)
|
||||
oidvector *result;
|
||||
|
||||
/*
|
||||
* Normally one would call array_recv() using DirectFunctionCall3,
|
||||
* but that does not work since array_recv wants to cache some data
|
||||
* using fcinfo->flinfo->fn_extra. So we need to pass it our own
|
||||
* flinfo parameter.
|
||||
* Normally one would call array_recv() using DirectFunctionCall3, but
|
||||
* that does not work since array_recv wants to cache some data using
|
||||
* fcinfo->flinfo->fn_extra. So we need to pass it our own flinfo
|
||||
* parameter.
|
||||
*/
|
||||
InitFunctionCallInfoData(locfcinfo, fcinfo->flinfo, 3, NULL, NULL);
|
||||
|
||||
|
Reference in New Issue
Block a user