Fix typo in comment of compute_return_type()
Japin Li <japinli@hotmail.com>
From: Japin Li <japinli@hotmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2024-12-25T09:44:17Z
Lists: pgsql-hackers
Attachments
- 0001-Fix-typo-in-comment-of-compute_return_type.patch (text/x-diff)
Hi, hackers When I reading the implementation of CreateFunction(), I found there is a typo in comment of compute_return_type(). -- Regrads, Japin Li
Commits
-
Fix typo in comment of compute_return_type() in functioncmds.c
- a86cfcae7c58 18.0 landed