pgsql: Remove heap_release_fetch, which is no longer used anywhere; this

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove heap_release_fetch, which is no longer used anywhere; this
Date: 2008-04-03 17:12:27
Message-ID: 20080403171227.609A17558E7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Remove heap_release_fetch, which is no longer used anywhere; this simplifies
heap_fetch a little.

Modified Files:
--------------
pgsql/src/backend/access/heap:
heapam.c (r1.254 -> r1.255)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/heap/heapam.c?r1=1.254&r2=1.255)
pgsql/src/include/access:
heapam.h (r1.132 -> r1.133)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/access/heapam.h?r1=1.132&r2=1.133)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2008-04-03 18:14:02 pgsql: Add Wiki URLs for: < * Allow encoding on a per-column basis
Previous Message Bruce Momjian 2008-04-03 16:37:07 pgsql: Add to TODO: > * Improve how ANALYZE computes in-doubt tuples >