From: | Michael Paquier <michael(dot)paquier(at)gmail(dot)com> |
---|---|
To: | rabigul(at)gmail(dot)com |
Cc: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: BUG #8760: Large Objects |
Date: | 2014-01-10 02:02:10 |
Message-ID: | CAB7nPqR7hybnXoCvnovzL-dh71t-Ud+_9cyU_JbiMhv+giy3zw@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
On Thu, Jan 9, 2014 at 9:01 PM, <rabigul(at)gmail(dot)com> wrote:
> I'm seeing errors whilst Asterisk is trying to run Insert command and add
> voice messages into Postgresql DB.
> here are asterisk instructions to define large objects
>
>
> https://wiki.asterisk.org/wiki/display/AST/Storing+Voicemail+in+PostgreSQL+via+ODBC
>
>
> ERROR: invalid large-object descriptor: 16551
> ERROR: current transaction is aborted, commands ignored until end of
> transaction block
> ERROR: current transaction is aborted, commands ignored until end of
> transaction block
> ERROR: invalid large-object descriptor: 16552
> ERROR: current transaction is aborted, commands ignored until end of
> transaction block
> ERROR: current transaction is aborted, commands ignored until end of
> transaction block
>
>
> Could you please advise if this is the bug in software and needs updated
> patch?
> I have several time re run configs and did alot of troubleshooting but don't
> find much help.
This is a bug of your application. This error simply means that this
application is expecting a large object that it cannot find,
symbolized by the invalid descriptor OID reported in the message.
Regards,
--
Michael
From | Date | Subject | |
---|---|---|---|
Next Message | rakebryme | 2014-01-10 02:15:15 | BUG #8773: error al conectar base |
Previous Message | martin.junek | 2014-01-09 23:18:10 | BUG #8771: Query execution plan broken after upgrade from 9.1.9 |