diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2008-04-30 23:28:37 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2008-04-30 23:28:37 +0000 |
commit | 90cdbe43e074b13cae9c84a51ee4040af90a9421 (patch) | |
tree | a073a2eeb11ad80b4e56b817d64a18e63d3e7442 /src/include/postgres.h | |
parent | 6750c7a7517f293524299d23d4285a0070e165d5 (diff) | |
download | postgresql-90cdbe43e074b13cae9c84a51ee4040af90a9421.tar.gz postgresql-90cdbe43e074b13cae9c84a51ee4040af90a9421.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/include/postgres.h')
0 files changed, 0 insertions, 0 deletions