1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-10 17:42:29 +03:00

Update btree patches that were missed.

This commit is contained in:
Bruce Momjian
1997-02-18 17:14:25 +00:00
parent e230c0b672
commit a17b01f320
6 changed files with 68 additions and 46 deletions

View File

@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtree.c,v 1.13 1997/02/12 05:04:17 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtree.c,v 1.14 1997/02/18 17:13:42 momjian Exp $
*
* NOTES
* This file contains only the public interface routines.