Skip to content

Commit aadd14b

Browse files
committed
More cleanups.
1 parent 401e6de commit aadd14b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

src/backend/tcop/fastpath.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/tcop/fastpath.c,v 1.33 2000/01/10 17:14:37 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/tcop/fastpath.c,v 1.34 2000/01/11 02:46:48 momjian Exp $
1111
*
1212
* NOTES
1313
* This cruft is the server side of PQfn.
@@ -364,6 +364,8 @@ HandleFunctionRequest()
364364
retval = fmgr(fid,
365365
arg[0], arg[1], arg[2], arg[3],
366366
arg[4], arg[5], arg[6], arg[7]);
367+
arg[8], arg[9], arg[10], arg[11]);
368+
arg[12], arg[13], arg[14], arg[15]);
367369

368370
#else
369371
retval = NULL;

src/backend/utils/adt/regproc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/utils/adt/regproc.c,v 1.49 2000/01/10 17:14:38 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/utils/adt/regproc.c,v 1.50 2000/01/11 02:46:48 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -247,7 +247,7 @@ oidvectortypes(Oid *oidArray)
247247
}
248248

249249
result = (text *) palloc(NAMEDATALEN * FUNC_MAX_ARGS +
250-
FUNC_MAX_ARGS + VARHDRSZ);
250+
FUNC_MAX_ARGS + VARHDRSZ + 1);
251251
*VARDATA(result) = '\0';
252252

253253
for (num = 0; num < FUNC_MAX_ARGS; num++)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy