Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitaea9b6e

Browse files
committed
Ooops, looks like I broke fastpath in last changes...
1 parenta3cd065 commitaea9b6e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/backend/tcop/fastpath.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/tcop/fastpath.c,v 1.39 2000/05/28 17:56:04 tgl Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/tcop/fastpath.c,v 1.40 2000/05/30 07:09:23 tgl Exp $
1212
*
1313
* NOTES
1414
* This cruft is the server side of PQfn.
@@ -215,6 +215,8 @@ update_fp_info(Oid func_id, struct fp_info * fip)
215215
rettype=pp->prorettype;
216216
argtypes=pp->proargtypes;
217217

218+
fmgr_info(func_id,&fip->flinfo);
219+
218220
for (i=0;i<fip->flinfo.fn_nargs;++i)
219221
{
220222
if (OidIsValid(argtypes[i]))
@@ -251,8 +253,6 @@ update_fp_info(Oid func_id, struct fp_info * fip)
251253
fip->xid=GetCurrentTransactionId();
252254
fip->cid=GetCurrentCommandId();
253255

254-
fmgr_info(func_id,&fip->flinfo);
255-
256256
/*
257257
* This must be last!
258258
*/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp