Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a86cfca

Browse files
committed
Fix typo in comment of compute_return_type() in functioncmds.c
Author: Japin Li Discussion: https://postgr.es/m/ME0P300MB0445D51BCFA8680F0B35FD6EB60C2@ME0P300MB0445.AUSP300.PROD.OUTLOOK.COM
1 parent 07f902b commit a86cfca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/commands/functioncmds.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474

7575
/*
7676
* Examine the RETURNS clause of the CREATE FUNCTION statement
77-
* and return information about it as *prorettype_p and *returnsSet.
77+
* and return information about it as *prorettype_p and *returnsSet_p.
7878
*
7979
* This is more complex than the average typename lookup because we want to
8080
* allow a shell type to be used, or even created if the specified return type

0 commit comments

Comments
 (0)