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

Commit45c0c5f

Browse files
committed
1 parent62aa2bb commit45c0c5f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

‎src/backend/utils/fmgr/fmgr.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ fmgr_info_cxt_security(Oid functionId, FmgrInfo *finfo, MemoryContext mcxt,
273273
* If *mod == NULL and *fn != NULL, the function is implemented by a symbol in
274274
* the main binary.
275275
*
276-
* If *mod != NULL and *fn !=NULL the function is implemented in an extension
276+
* If *mod != NULL and *fn !=NULL the function is implemented in an extension
277277
* shared object.
278278
*
279279
* The returned module and function names are pstrdup'ed into the current
@@ -288,14 +288,11 @@ fmgr_symbol(Oid functionId, char **mod, char **fn)
288288
Datumprosrcattr;
289289
Datumprobinattr;
290290

291-
/* Otherwise we need the pg_proc entry */
292291
procedureTuple=SearchSysCache1(PROCOID,ObjectIdGetDatum(functionId));
293292
if (!HeapTupleIsValid(procedureTuple))
294293
elog(ERROR,"cache lookup failed for function %u",functionId);
295294
procedureStruct= (Form_pg_proc)GETSTRUCT(procedureTuple);
296295

297-
/*
298-
*/
299296
if (procedureStruct->prosecdef||
300297
!heap_attisnull(procedureTuple,Anum_pg_proc_proconfig,NULL)||
301298
FmgrHookIsNeeded(functionId))

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp