The query for the oid of citext is inserted too late into the
query queue at times.

Case in point:

aox delete user [email protected]
aox: PostgreSQL: Unknown field type 16980 for column "localpart"
aox: PostgreSQL: Unknown field type 16980 for column "domain"
aox: Note: Expected type string for column "localpart", but received unknown
aox: Note: Expected type string for column "domain", but received unknown

I tried fixing this, but it is rather unclear to me when the connection
of the db has been established and how to make sure that I perform exactly
one synchonous query on that before letting anyone else do queries on
this or other handles.
-- 
Stephen.

Insanity is a gradual process; don't rush it.

Reply via email to