Re: Trivial patch to fix a typo - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Trivial patch to fix a typo
Date
Msg-id aIxm99zvtisatRS7@paquier.xyz
Whole thread Raw
In response to Trivial patch to fix a typo  (Chao Li <li.evan.chao@gmail.com>)
Responses Re: Trivial patch to fix a typo
List pgsql-hackers
On Fri, Aug 01, 2025 at 02:56:33PM +0800, Chao Li wrote:
> I happened to catch this typo while reading the regression test code, so
> submitting a fix.
>
> As the typo is in the code comment, no test needs to run.

Incorrect.  The comment is included in the generated output, impacting
also foreign_key.out.  If you run a simple `make check` you would see
that the tests fail.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Chao Li
Date:
Subject: Re: When creating index, why pointing to old version of tuple
Next
From: Chao Li
Date:
Subject: Re: Trivial patch to fix a typo