pgsql/src/include/executor (executor.h) - Mailing list pgsql-committers

From Tom Lane
Subject pgsql/src/include/executor (executor.h)
Date
Msg-id 200008212055.e7LKtTr76349@hub.org
Whole thread Raw
List pgsql-committers
  Date: Monday, August 21, 2000 @ 16:55:29
Author: tgl

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

Modified Files:
    executor.h

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

Move pg_checkretval out of the planner (where it never belonged) into
pg_proc.c (where it's actually used).  Fix it to correctly handle tlists
that contain resjunk target items, and improve error messages.  This
addresses bug reported by Krupnikov 6-July-00.

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql/src/backend/catalog (pg_proc.c)
Next
From: Tom Lane
Date:
Subject: pgsql/src/backend/executor (execQual.c)