1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-08 06:02:22 +03:00

Remove rel.h from objectaddress.h; only relcache.h is necessary.

Add rel.h to some files that now need it.
This commit is contained in:
Alvaro Herrera
2011-03-26 00:10:07 -03:00
parent e5e2fc842c
commit 6f3efa76b0
6 changed files with 6 additions and 1 deletions

View File

@@ -14,6 +14,7 @@
#include "commands/seclabel.h"
#include "miscadmin.h"
#include "utils/rel.h"
PG_MODULE_MAGIC;