mirror of
https://github.com/postgres/postgres.git
synced 2025-11-07 19:06:32 +03:00
Produce a clean compile of backend...
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/utils/hash/dynahash.c,v 1.1.1.1 1996/07/09 06:22:08 scrappy Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/utils/hash/dynahash.c,v 1.2 1996/11/03 06:54:13 scrappy Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -45,11 +45,9 @@
|
||||
# include "postgres.h"
|
||||
# include "utils/hsearch.h"
|
||||
#ifndef FRONTEND
|
||||
# include "nodes/memnodes.h"
|
||||
# include "utils/mcxt.h"
|
||||
#endif /* !FRONTEND */
|
||||
# include "utils/palloc.h"
|
||||
# include "utils/elog.h"
|
||||
|
||||
/*
|
||||
* Fast arithmetic, relying on powers of 2,
|
||||
|
||||
@@ -7,11 +7,13 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/utils/hash/hashfn.c,v 1.1.1.1 1996/07/09 06:22:08 scrappy Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/utils/hash/hashfn.c,v 1.2 1996/11/03 06:54:16 scrappy Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
#include <string.h>
|
||||
#include "postgres.h"
|
||||
|
||||
#include "utils/hsearch.h"
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user