pgsql/src/backend/tcop (fastpath.c)

From: Tom Lane <tgl(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/tcop (fastpath.c)
Date: 2000-10-24 21:00:56
Message-ID: 200010242100.e9OL0uq65350@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Tuesday, October 24, 2000 @ 16:59:36
Author: tgl

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

Modified Files:
fastpath.c

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

Do not execute fastpath function calls if in transaction ABORT state.
Just like queries, doing nothing is better than possibly getting weird
error messages. Also, improve comments.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2000-10-24 21:33:51 pgsql/src/backend/tcop (postgres.c)
Previous Message Peter Eisentraut - PostgreSQL 2000-10-24 20:17:44 pgsql/src/include/utils (builtins.h int8.h)