mirror of
https://github.com/postgres/postgres.git
synced 2025-06-26 12:21:12 +03:00
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
This commit is contained in:
@ -74,7 +74,7 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Examine the RETURNS clause of the CREATE FUNCTION statement
|
* Examine the RETURNS clause of the CREATE FUNCTION statement
|
||||||
* and return information about it as *prorettype_p and *returnsSet.
|
* and return information about it as *prorettype_p and *returnsSet_p.
|
||||||
*
|
*
|
||||||
* This is more complex than the average typename lookup because we want to
|
* This is more complex than the average typename lookup because we want to
|
||||||
* allow a shell type to be used, or even created if the specified return type
|
* allow a shell type to be used, or even created if the specified return type
|
||||||
|
Reference in New Issue
Block a user