diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2008-04-30 23:28:32 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2008-04-30 23:28:32 +0000 |
commit | 772f63dd6a4d57bc082d701fab4f9cca281efdc1 (patch) | |
tree | 69a673c70457ae028c34b64fea01f44d0b2b661d /src/backend/access/gist/gistutil.c | |
parent | ca0aecfdefbca04f2a6ed05044f9cafc3605389f (diff) | |
download | postgresql-772f63dd6a4d57bc082d701fab4f9cca281efdc1.tar.gz postgresql-772f63dd6a4d57bc082d701fab4f9cca281efdc1.zip |
Fix nodeTidscan.c to not trigger an error if the block number portion of
a user-supplied TID is out of range for the relation. This is needed to
preserve compatibility with our pre-8.3 behavior, and it is sensible anyway
since if the query were implemented by brute force rather than optimized
into a TidScan, the behavior for a non-existent TID would be zero rows out,
never an error. Per gripe from Gurjeet Singh.
Diffstat (limited to 'src/backend/access/gist/gistutil.c')
0 files changed, 0 insertions, 0 deletions