mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +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:
@ -7,15 +7,12 @@
|
||||
|
||||
#include "postgres.h"
|
||||
|
||||
/* Required for SPI */
|
||||
#include "commands/trigger.h"
|
||||
#include "executor/spi.h"
|
||||
|
||||
/* Required for largeobjects */
|
||||
#include "libpq/be-fsstubs.h"
|
||||
#include "libpq/libpq-fs.h"
|
||||
#include "utils/rel.h"
|
||||
|
||||
/* Required for triggers */
|
||||
#include "commands/trigger.h"
|
||||
|
||||
PG_MODULE_MAGIC;
|
||||
|
||||
|
Reference in New Issue
Block a user