Re: Fix typo in comment of compute_return_type()
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Japin Li <japinli@hotmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2024-12-25T22:48:49Z
Lists: pgsql-hackers
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
Commits
-
Fix typo in comment of compute_return_type() in functioncmds.c
- a86cfcae7c58 18.0 landed