pgsql: Don't choke when exec_move_row assigns a synthesized null to a

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Don't choke when exec_move_row assigns a synthesized null to a
Date: 2010-02-12 19:38:15
Message-ID: 20100212193815.853F47541C7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Don't choke when exec_move_row assigns a synthesized null to a column
that happens to be composite itself. Per bug #5314 from Oleg Serov.

Backpatch to 8.0 --- 7.4 has got too many other shortcomings in
composite-type support to make this worth worrying about in that branch.

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
pgsql/src/pl/plpgsql/src:
pl_exec.c (r1.127.4.7 -> r1.127.4.8)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpgsql/src/pl_exec.c?r1=1.127.4.7&r2=1.127.4.8)

Browse pgsql-committers by date

  From Date Subject
Next Message Dimitri Fontaine 2010-02-12 19:53:25 Re: Re: [COMMITTERS] pgsql: Reduce the chatter to the log when starting a standby server.
Previous Message Andrew Dunstan 2010-02-12 19:38:14 pgsql: Add regression test files inadvertantly omitted in