1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-12 05:01:15 +03:00

Modify mcxt.h so that it doesn't pull in half of creation.

This commit is contained in:
Tom Lane
1999-03-07 23:03:32 +00:00
parent dffb88b024
commit 86c2eadb18
3 changed files with 19 additions and 7 deletions

View File

@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/hash/dynahash.c,v 1.20 1999/03/06 21:17:56 tgl Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/hash/dynahash.c,v 1.21 1999/03/07 23:03:32 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@@ -49,6 +49,7 @@
#include "utils/mcxt.h"
#endif /* !FRONTEND */
#include "utils/palloc.h"
#include "utils/memutils.h"
/*
* Fast arithmetic, relying on powers of 2,