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

That pretty much totally cleans up the includes files here.

This commit is contained in:
Marc G. Fournier
1996-11-03 10:57:24 +00:00
parent 5a58dabbbc
commit dd71c36933
4 changed files with 19 additions and 28 deletions

View File

@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/common/indextuple.c,v 1.9 1996/11/03 08:16:47 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/access/common/indextuple.c,v 1.10 1996/11/03 10:57:21 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -22,6 +22,11 @@
#include "access/tupmacs.h"
#include "utils/palloc.h"
#ifndef HAVE_MEMMOVE
# include "regex/utils.h"
#else
# include <string.h>
#endif
static Size IndexInfoFindDataOffset(unsigned short t_info);