KaiGai Kohei <[EMAIL PROTECTED]> writes: > If my understanding is correct, the following patch can fix the matters.
> ! if (ExecContextForcesOids(ps, &hasoid) && > ! hasoid != tupdesc->tdhasoid) > return false; > --- 243,249 ---- > ! if (ExecContextForcesOids(ps, &hasoid)) > return false; This isn't fixing anything, it's just making the executor stick its head in the sand. regards, tom lane -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers