Adjust amrescan code so that it's allowed to call index_rescan with a

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 0489783011ee277476bd9076767b39f08c0e0cd1
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-03-23T23:01:03Z
Releases: 7.4.1
Adjust amrescan code so that it's allowed to call index_rescan with a
NULL key pointer, indicating that the existing scan key should be reused.
This behavior isn't used yet but will be needed for my planned fix to
the keys_are_unique code.

Files