1
0
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:
Michael Paquier
2024-12-26 12:53:55 +09:00
parent 07f902bd76
commit a86cfcae7c

View File

@ -74,7 +74,7 @@
/*
* 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
* allow a shell type to be used, or even created if the specified return type