1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-16 06:01:02 +03:00

Alphabetically order reference to include files, "G" - "M".

This commit is contained in:
Bruce Momjian
2006-07-11 17:04:13 +00:00
parent 0031f99bfa
commit 3a534ade39
14 changed files with 37 additions and 37 deletions

View File

@ -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"