Re: [PATCH] Add function to_oct
Vik Fearing <vik@postgresfriends.org>
From: Vik Fearing <vik@postgresfriends.org>
To: Nathan Bossart <nathandbossart@gmail.com>, Kirk Wolak <wolakk@gmail.com>
Cc: Peter Eisentraut <peter.eisentraut@enterprisedb.com>,
Eric Radman <ericshane@eradman.com>, pgsql-hackers@postgresql.org
Date: 2023-08-15T05:58:17Z
Lists: pgsql-hackers
On 8/15/23 06:11, Nathan Bossart wrote: > On Tue, Jul 25, 2023 at 08:29:17PM -0700, Nathan Bossart wrote: >> Here's a new version of the patch with the silly mistakes fixed. > > If there are no objections, I'd like to commit this patch soon. I just took a look at this (and the rest of the thread). I am a little bit disappointed that we don't have a generic base conversion function, but even if we did I think these specialized functions would still be useful. No objection from me. -- Vik Fearing
Commits
-
Add to_bin() and to_oct().
- 260a1f18dae8 17.0 landed