Re: fix ancient typo in transformRelOptions() - Mailing list pgsql-hackers

From Tom Lane
Subject Re: fix ancient typo in transformRelOptions()
Date
Msg-id 1439768.1754506884@sss.pgh.pa.us
Whole thread Raw
In response to Re: fix ancient typo in transformRelOptions()  (Nathan Bossart <nathandbossart@gmail.com>)
List pgsql-hackers
Nathan Bossart <nathandbossart@gmail.com> writes:
> Any thoughts on back-patching this?  It's entirely cosmetic and could help
> avoid some back-patching pain down the road.  I originally chose not to
> back-patch because it's not a bug and "namspace" has been there for a very
> long time, but now I'm having second thoughts...

AFAICS, it could only cause back-patching pain if we were to
back-patch something that changes the signature of
transformRelOptions(), which seems mighty unlikely.
So I wouldn't bother.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Proposal: Limitations of palloc inside checkpointer
Next
From: Tom Lane
Date:
Subject: Re: headerscheck warnings with late-model gcc