Re: [HACKERS] Patch to eliminate duplicate b64 code from pgcrypto

2008-12-18 Thread Marc Munro
Oops, forgot to cc my reply to hackers: On Thu, 2008-12-18 at 01:49 +0200, Marko Kreen wrote: > On 12/16/08, Bruce Momjian wrote: > > Would someone who understand pgcrypto please review this? > > > Marc Munro wrote: > > > I am attaching a patch to eliminate duplicate b64_encode and decode > >

Re: [HACKERS] Patch to eliminate duplicate b64 code from pgcrypto

2008-12-17 Thread Marko Kreen
On 12/16/08, Bruce Momjian wrote: > Would someone who understand pgcrypto please review this? > Marc Munro wrote: > > I am attaching a patch to eliminate duplicate b64_encode and decode > > functions from pgcrypto, and to expose those functions for use by > > add-ins (I want to use them in Ve

Re: [HACKERS] Patch to eliminate duplicate b64 code from pgcrypto

2008-12-15 Thread Bruce Momjian
Would someone who understand pgcrypto please review this? http://archives.postgresql.org/message-id/1216335149.11208.9.ca...@bloodnok.com --- Marc Munro wrote: -- Start of PGP signed section. > I am attaching a patch to el

[HACKERS] Patch to eliminate duplicate b64 code from pgcrypto

2008-07-17 Thread Marc Munro
I am attaching a patch to eliminate duplicate b64_encode and decode functions from pgcrypto, and to expose those functions for use by add-ins (I want to use them in Veil). The patch was made against CVS head today. It compiles and tests successfully. Though I was unable to run pgrypto regression