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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user