pgsql: Back-patch fix for a typo that unintentionally disabled backward

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Back-patch fix for a typo that unintentionally disabled backward
Date: 2005-02-10 20:37:16
Message-ID: 20050210203716.2500C8B9D30@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Back-patch fix for a typo that unintentionally disabled backward scans
for all SPI-created cursors.

Tags:
----
REL7_4_STABLE

Modified Files:
--------------
pgsql/src/backend/executor:
spi.c (r1.107 -> r1.107.2.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/spi.c.diff?r1=1.107&r2=1.107.2.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-02-11 00:41:37 pgsql: Fix ANALYZE to accumulate some minimal statistics for an all-null
Previous Message Tom Lane 2005-02-10 20:36:50 pgsql: Fix SPI cursor support to allow scanning the results of utility