mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Don't include rel.h when relcache.h is sufficient
Trivial change to reduce exposure of rel.h.
This commit is contained in:
@ -69,7 +69,7 @@
|
||||
#include "utils/combocid.h"
|
||||
#include "utils/memdebug.h"
|
||||
#include "utils/memutils.h"
|
||||
#include "utils/relcache.h"
|
||||
#include "utils/rel.h"
|
||||
#include "utils/relfilenodemap.h"
|
||||
#include "utils/tqual.h"
|
||||
|
||||
|
@ -10,13 +10,10 @@
|
||||
#define REORDERBUFFER_H
|
||||
|
||||
#include "access/htup_details.h"
|
||||
|
||||
#include "lib/ilist.h"
|
||||
|
||||
#include "storage/sinval.h"
|
||||
|
||||
#include "utils/hsearch.h"
|
||||
#include "utils/rel.h"
|
||||
#include "utils/relcache.h"
|
||||
#include "utils/snapshot.h"
|
||||
#include "utils/timestamp.h"
|
||||
|
||||
|
Reference in New Issue
Block a user