Re: Error in calculating length of encoded base64 string - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Error in calculating length of encoded base64 string
Date
Msg-id 12548.1686234926@sss.pgh.pa.us
Whole thread Raw
In response to Error in calculating length of encoded base64 string  (o.tselebrovskiy@postgrespro.ru)
Responses Re: Error in calculating length of encoded base64 string
List pgsql-hackers
o.tselebrovskiy@postgrespro.ru writes:
> While working on an extension I've found an error in how length of 
> encoded base64 string is calulated;

Yeah, I think you're right.  It's not of huge significance, because
it just overestimates by 1 or 2 bytes, but we might as well get
it right.  Thanks for the report and patch!

            regards, tom lane



pgsql-hackers by date:

Previous
From: Greg Stark
Date:
Subject: Re: Let's make PostgreSQL multi-threaded
Next
From: Dave Cramer
Date:
Subject: Re: Named Prepared statement problems and possible solutions