1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Remove PERFECT_MEM

Unallocate opaque.
This commit is contained in:
Bruce Momjian
1996-11-15 18:37:10 +00:00
parent f8e02c192a
commit b847d29785
3 changed files with 7 additions and 12 deletions

View File

@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/nbtree/Attic/nbtscan.c,v 1.5 1996/11/05 10:35:33 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/access/nbtree/Attic/nbtscan.c,v 1.6 1996/11/15 18:37:00 momjian Exp $
*
*
* NOTES
@@ -78,9 +78,7 @@ _bt_dropscan(IndexScanDesc scan)
else
last->btsl_next = chk->btsl_next;
#ifdef PERFECT_MEM
pfree (chk);
#endif /* PERFECT_MEM */
}
void