pgsql/src/backend/catalog (pg_proc.c)

From: Tom Lane <tgl>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/catalog (pg_proc.c)
Date: 2000-08-21 20:55:32
Message-ID: 200008212055.e7LKtW376380@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Monday, August 21, 2000 @ 16:55:31
Author: tgl

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

Modified Files:
pg_proc.c

----------------------------- 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.

Browse pgsql-committers by date

  From Date Subject
Next Message Vince Vielhaber 2000-08-21 22:20:01 [WEBMASTER] 'www/html 404.html devel-contrib.html features.html helpus.html howtomirror.html info.html interfaces.html inthenews.html related.html y2k.html'
Previous Message Tom Lane 2000-08-21 20:55:31 pgsql/src/backend/executor (execQual.c)