mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
tuptoaster.h should surely not #include postgres.h.
This commit is contained in:
@ -6,7 +6,7 @@
|
|||||||
*
|
*
|
||||||
* Copyright (c) 2000, PostgreSQL Development Team
|
* Copyright (c) 2000, PostgreSQL Development Team
|
||||||
*
|
*
|
||||||
* $Id: tuptoaster.h,v 1.3 2000/07/03 23:09:58 wieck Exp $
|
* $Id: tuptoaster.h,v 1.4 2000/07/04 00:04:03 tgl Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -15,7 +15,6 @@
|
|||||||
|
|
||||||
#ifdef TUPLE_TOASTER_ACTIVE
|
#ifdef TUPLE_TOASTER_ACTIVE
|
||||||
|
|
||||||
#include "postgres.h"
|
|
||||||
#include "access/heapam.h"
|
#include "access/heapam.h"
|
||||||
#include "access/htup.h"
|
#include "access/htup.h"
|
||||||
#include "access/tupmacs.h"
|
#include "access/tupmacs.h"
|
||||||
|
Reference in New Issue
Block a user