Re: b64_encode and decode

From: Marc Munro <marc(at)bloodnok(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Bruce Momjian <bruce(at)momjian(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: b64_encode and decode
Date: 2008-06-12 23:32:22
Message-ID: 1213313542.31716.63.camel@bloodnok.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, 2008-06-12 at 19:10 -0400, Tom Lane wrote:
> Marc Munro <marc(at)bloodnok(dot)com> writes:
> > So, would there be any chance of redefining the base64 functions in
> > encode.c as extern to eliminate this redundancy?
>
> It'd only last until the next time Bruce runs his script that
> static-izes things that aren't used outside their own module ...

Hmmm. Does that script look in contrib? If so I'd be happy to provide
a patch to eliminate the redundancy there. If not, maybe it could be
persuaded to be more inclusive?

__
Marc

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Joshua D. Drake 2008-06-12 23:35:14 Re: How to Sponsor a Feature
Previous Message Marc Munro 2008-06-12 23:29:55 Re: b64_encode and decode