]> granicus.if.org Git - postgresql/commit
The 1st step to implement new type of scan,TidScan.
authorHiroshi Inoue <inoue@tpf.co.jp>
Mon, 11 Oct 1999 06:28:29 +0000 (06:28 +0000)
committerHiroshi Inoue <inoue@tpf.co.jp>
Mon, 11 Oct 1999 06:28:29 +0000 (06:28 +0000)
commit05d13cad2896a58d56c1372d614fde93c7c12d5a
treeb4452e0cca29b06a879a06da982cf1aca0171ff6
parent65a2c8f5b82961a9e651e9d95d1920ebdbff04a2
The 1st step to implement new type of scan,TidScan.
Now WHERE restriction on ctid is allowed though it is
sequentially scanned.
src/backend/access/heap/heapam.c
src/backend/utils/adt/tid.c
src/include/access/heapam.h
src/include/catalog/pg_operator.h
src/include/catalog/pg_proc.h
src/include/utils/builtins.h