pgsql/src/backend/executor (execMain.c)

From: tgl(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/executor (execMain.c)
Date: 2000-12-05 22:03:57
Message-ID: 200012052203.eB5M3vp74212@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Tuesday, December 5, 2000 @ 17:03:57
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/executor
from hub.org:/home/projects/pgsql/tmp/cvs-serv74205

Modified Files:
execMain.c

----------------------------- Log Message -----------------------------

In SELECT FOR UPDATE, silently ignore null CTIDs, rather than generating
an error as we used to. In an OUTER JOIN scenario, retrieving a null
CTID from one of the input relations is entirely expected. We still
want to lock the input rows from the other relations, so just ignore
the null and keep going.

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2000-12-05 22:17:33 Re: pgsql (GNUmakefile.in)
Previous Message tgl 2000-12-05 19:57:56 pgsql/src/test/regress/sql (foreign_key.sql alter_table.sql)