Re: Segmentation fault on updating a BYTEA field [psycopg2]

2008-05-23 Thread George Sakkis
On May 21, 6:32 pm, George Sakkis <[EMAIL PROTECTED]> wrote: > I have a simple DB table that stores md5 signature pairs: > >Table "public.duplicate" > Column | Type | Modifiers > --+---+--- > sig | bytea | not null > orig_sig | bytea | not null > Indexes: > "

Segmentation fault on updating a BYTEA field [psycopg2]

2008-05-21 Thread George Sakkis
I have a simple DB table that stores md5 signature pairs: Table "public.duplicate" Column | Type | Modifiers --+---+--- sig | bytea | not null orig_sig | bytea | not null Indexes: "duplicate_pkey" PRIMARY KEY, btree (sig) "ix_duplicate_orig_sig" btree (ori