Re: Speedup usages of pg_*toa() functions - Mailing list pgsql-hackers

From David Rowley
Subject Re: Speedup usages of pg_*toa() functions
Date
Msg-id CAApHDvr+bm7hhrBV0GBimX3qDX-_UStsgskkeEMAO_KhqfxR1g@mail.gmail.com
Whole thread Raw
In response to Re: Speedup usages of pg_*toa() functions  (Andrew Gierth <andrew@tao11.riddles.org.uk>)
List pgsql-hackers
On Thu, 11 Jun 2020 at 18:52, Andrew Gierth <andrew@tao11.riddles.org.uk> wrote:
> For the second patch, can we take the opportunity to remove the
> extraneous blank line at the top of pg_ltoa, and add the two missing
> "extern"s in builtins.h for pg_ultoa_n and pg_ulltoa_n ?

I think since we've branched for PG14 now that fixing those should be
backpatched to PG13.

David



pgsql-hackers by date:

Previous
From: Mark Wong
Date:
Subject: Re: doc examples for pghandler
Next
From: Tomas Vondra
Date:
Subject: Re: hashagg slowdown due to spill changes