diff options
author | Michael Paquier <michael@paquier.xyz> | 2019-07-29 12:28:30 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2019-07-29 12:28:30 +0900 |
commit | eb43f3d19324d7e5376b1f57fc2e5c142a6b5f3d (patch) | |
tree | bf891accfbaff49a006960ebdfd4f1f8e12d4252 /src/pl/plperl/plperl.c | |
parent | 7cce159349ccdb39ade07f869f08e4929ef2fe0b (diff) |
Fix inconsistencies and typos in the tree
This is numbered take 8, and addresses again a set of issues with code
comments, variable names and unreferenced variables.
Author: Alexander Lakhin
Discussion: https://postgr.es/m/b137b5eb-9c95-9c2f-586e-38aba7d59788@gmail.com
Diffstat (limited to 'src/pl/plperl/plperl.c')
-rw-r--r-- | src/pl/plperl/plperl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pl/plperl/plperl.c b/src/pl/plperl/plperl.c index 2db13d30308..c480999c51d 100644 --- a/src/pl/plperl/plperl.c +++ b/src/pl/plperl/plperl.c @@ -2091,7 +2091,7 @@ plperlu_validator(PG_FUNCTION_ARGS) /* - * Uses mksafefunc/mkunsafefunc to create a subroutine whose text is + * Uses mkfunc to create a subroutine whose text is * supplied in s, and returns a reference to it */ static void |