mirror of
https://github.com/postgres/postgres.git
synced 2025-09-09 13:09:39 +03:00
Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h
This lets us stop including rel.h into execnodes.h, which is a widely used header.
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
#include "nodes/plannodes.h"
|
||||
#include "nodes/tidbitmap.h"
|
||||
#include "utils/hsearch.h"
|
||||
#include "utils/rel.h"
|
||||
#include "utils/reltrigger.h"
|
||||
#include "utils/snapshot.h"
|
||||
#include "utils/tuplestore.h"
|
||||
|
||||
|
Reference in New Issue
Block a user