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

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Back-patch fix for a typo that unintentionally disabled backward
Date
Msg-id 20050210203716.2500C8B9D30@svr1.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix SPI cursor support to allow scanning the results of utility
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix ANALYZE to accumulate some minimal statistics for an all-null