Thread
Commits
-
Fix typo in comment of compute_return_type() in functioncmds.c
- a86cfcae7c58 18.0 landed
-
Fix typo in comment of compute_return_type()
Japin Li <japinli@hotmail.com> — 2024-12-25T09:44:17Z
Hi, hackers When I reading the implementation of CreateFunction(), I found there is a typo in comment of compute_return_type(). -- Regrads, Japin Li
-
Re: Fix typo in comment of compute_return_type()
Michael Paquier <michael@paquier.xyz> — 2024-12-25T22:48:49Z
On Wed, Dec 25, 2024 at 05:44:17PM +0800, Japin Li wrote: > When I reading the implementation of CreateFunction(), I found there is a typo > in comment of compute_return_type(). Good catch. Will fix! -- Michael