1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-27 23:21:58 +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,7 +8,7 @@
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/access/gist/gistvacuum.c,v 1.23 2006/07/02 02:23:18 momjian Exp $
* $PostgreSQL: pgsql/src/backend/access/gist/gistvacuum.c,v 1.24 2006/07/11 17:04:12 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@ -21,8 +21,8 @@
#include "catalog/index.h"
#include "commands/vacuum.h"
#include "miscadmin.h"
#include "utils/memutils.h"
#include "storage/freespace.h"
#include "utils/memutils.h"
#include "storage/smgr.h"