Re: [PATCHES] [patch 0/7] more patches for pgcrypto

2005-08-13 Thread Bruce Momjian
Marko Kreen wrote: > On Sat, Aug 13, 2005 at 11:12:18AM -0400, Bruce Momjian wrote: > > Marko Kreen wrote: > > > On Fri, Aug 12, 2005 at 10:06:21PM -0400, Bruce Momjian wrote: > > > > Thanks. All seven applied. > > > > > > Good, but you missed one step: 'cvs remove API' > > > > Uh, I reread your

Re: [PATCHES] [patch 0/7] more patches for pgcrypto

2005-08-13 Thread Marko Kreen
On Sat, Aug 13, 2005 at 11:12:18AM -0400, Bruce Momjian wrote: > Marko Kreen wrote: > > On Fri, Aug 12, 2005 at 10:06:21PM -0400, Bruce Momjian wrote: > > > Thanks. All seven applied. > > > > Good, but you missed one step: 'cvs remove API' > > Uh, I reread your emails and couldn't find what file

Re: [PATCHES] [patch 0/7] more patches for pgcrypto

2005-08-13 Thread Bruce Momjian
Marko Kreen wrote: > On Fri, Aug 12, 2005 at 10:06:21PM -0400, Bruce Momjian wrote: > > Thanks. All seven applied. > > Good, but you missed one step: 'cvs remove API' Uh, I reread your emails and couldn't find what file to remove. Which ones? -- Bruce Momjian| http:

Re: [PATCHES] [patch 0/7] more patches for pgcrypto

2005-08-13 Thread Marko Kreen
On Fri, Aug 12, 2005 at 10:06:21PM -0400, Bruce Momjian wrote: > Thanks. All seven applied. Good, but you missed one step: 'cvs remove API' -- marko ---(end of broadcast)--- TIP 5: don't forget to increase your free space map settings

Re: [PATCHES] [patch 0/7] more patches for pgcrypto

2005-08-12 Thread Bruce Momjian
Thanks. All seven applied. --- Marko Kreen wrote: > Here are couple of small and one large patch for pgcrypto. > > The large one adds support for RSA keys and reorganizes > the pubkey functions a bit. The actual RSA-speci

[PATCHES] [patch 0/7] more patches for pgcrypto

2005-08-01 Thread Marko Kreen
Here are couple of small and one large patch for pgcrypto. The large one adds support for RSA keys and reorganizes the pubkey functions a bit. The actual RSA-specific code there is tiny, most of the patch consists of reorg of the pubkey code, as lots of it was written as elgamal-only. -- marko