summaryrefslogtreecommitdiff
path: root/src/backend/utils/fmgr
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2019-07-22 10:01:50 +0900
committerMichael Paquier <michael@paquier.xyz>2019-07-22 10:01:50 +0900
commit23bccc823d434d9dcf3c12622fe260d9235baae2 (patch)
treea966eef34e7f33cf1ce9c729d3f423a5b5b9389d /src/backend/utils/fmgr
parente1a0f6a983068675813074847e1d0d61bd37ac0e (diff)
downloadpostgresql-23bccc823d434d9dcf3c12622fe260d9235baae2.tar.gz
Fix inconsistencies and typos in the tree
This is numbered take 7, and addresses a set of issues with code comments, variable names and unreferenced variables. Author: Alexander Lakhin Discussion: https://postgr.es/m/dff75442-2468-f74f-568c-6006e141062f@gmail.com
Diffstat (limited to 'src/backend/utils/fmgr')
-rw-r--r--src/backend/utils/fmgr/fmgr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/fmgr/fmgr.c b/src/backend/utils/fmgr/fmgr.c
index 9b640ccd40..99c34516bd 100644
--- a/src/backend/utils/fmgr/fmgr.c
+++ b/src/backend/utils/fmgr/fmgr.c
@@ -217,7 +217,7 @@ fmgr_info_cxt_security(Oid functionId, FmgrInfo *finfo, MemoryContext mcxt,
/*
* For an ordinary builtin function, we should never get here
- * because the isbuiltin() search above will have succeeded.
+ * because the fmgr_isbuiltin() search above will have succeeded.
* However, if the user has done a CREATE FUNCTION to create an
* alias for a builtin function, we can end up here. In that case
* we have to look up the function by name. The name of the