Re: Fix typo in comment of compute_return_type()

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Japin Li <japinli(at)hotmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Fix typo in comment of compute_return_type()
Date: 2024-12-25 22:48:49
Message-ID: Z2yL0R7OoL0iPArk@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jelte Fennema-Nio 2024-12-25 23:52:38 Re: Add trim_trailing_whitespace to editorconfig file
Previous Message Michael Paquier 2024-12-25 22:42:34 Re: An improvement of ProcessTwoPhaseBuffer logic