diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-07-11 17:04:13 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-07-11 17:04:13 +0000 |
commit | 3a534ade394c8957b117ef1923c4e8c2fb2ffab1 (patch) | |
tree | 0681f48e3236e8bac101a4d0b08008126b5706cc /src/backend/access/gist/gistget.c | |
parent | 0031f99bfadf61a1a49c8d351ab915446efa8f83 (diff) | |
download | postgresql-3a534ade394c8957b117ef1923c4e8c2fb2ffab1.tar.gz postgresql-3a534ade394c8957b117ef1923c4e8c2fb2ffab1.zip |
Alphabetically order reference to include files, "G" - "M".
Diffstat (limited to 'src/backend/access/gist/gistget.c')
-rw-r--r-- | src/backend/access/gist/gistget.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/access/gist/gistget.c b/src/backend/access/gist/gistget.c index c69f2887b89..ca684c7025d 100644 --- a/src/backend/access/gist/gistget.c +++ b/src/backend/access/gist/gistget.c @@ -8,14 +8,14 @@ * Portions Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION - * $PostgreSQL: pgsql/src/backend/access/gist/gistget.c,v 1.58 2006/06/28 12:00:14 teodor Exp $ + * $PostgreSQL: pgsql/src/backend/access/gist/gistget.c,v 1.59 2006/07/11 17:04:12 momjian Exp $ * *------------------------------------------------------------------------- */ #include "postgres.h" -#include "access/itup.h" #include "access/gist_private.h" +#include "access/itup.h" #include "executor/execdebug.h" #include "pgstat.h" #include "utils/memutils.h" |