Re: fix ancient typo in transformRelOptions()

From: Ashutosh Bapat <ashutosh(dot)bapat(dot)oss(at)gmail(dot)com>
To: Nathan Bossart <nathandbossart(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: fix ancient typo in transformRelOptions()
Date: 2025-08-06 13:45:29
Message-ID: CAExHW5sScfymdHYYWxMm1achTnHWTVbwzTDMAwWJmWf4H9PotA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Aug 6, 2025 at 2:33 AM Nathan Bossart <nathandbossart(at)gmail(dot)com> wrote:
>
> I noticed that this function has a "namspace" parameter. The attached
> patch adds the missing 'e'.

:)

Nobody seems to have been troubled by it for so long. Would fixing it
now create back-patching problems. Probably not since that code is old
enough to have less chances of bugs. So +1.
--
Best Wishes,
Ashutosh Bapat

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Fujii Masao 2025-08-06 13:53:41 Re: Fixed a minor typo in code comment
Previous Message Matheus Alcantara 2025-08-06 13:44:29 Re: Eager aggregation, take 3