mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +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:
@@ -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