pgsql: Dept of second thoughts: my first cut at supporting "x IS NOT - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Dept of second thoughts: my first cut at supporting "x IS NOT
Date
Msg-id 20100103053909.1E4F1753FB7@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Dept of second thoughts: my first cut at supporting "x IS NOT NULL" btree
indexscans would do the wrong thing if index_rescan() was called with a
NULL instead of a new set of scankeys and the index was DESC order,
because sk_strategy would not get flipped a second time.  I think
that those provisions for a NULL argument are dead code now as far as the
core backend goes, but possibly somebody somewhere is still using it.
In any case, this refactoring seems clearer, and it's definitely shorter.

Modified Files:
--------------
    pgsql/src/backend/access/nbtree:
        nbtutils.c (r1.96 -> r1.97)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/nbtree/nbtutils.c?r1=1.96&r2=1.97)

pgsql-committers by date:

Previous
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Make ssize_t 64-bit on Win64, for compatibility with for example
Next
From: itagaki@postgresql.org (Takahiro Itagaki)
Date:
Subject: pgsql: Silence compiler warning about printf format for HANDLE.