Skip to content

Commit 6f3efa7

Browse files
committed
Remove rel.h from objectaddress.h; only relcache.h is necessary.
Add rel.h to some files that now need it.
1 parent e5e2fc8 commit 6f3efa7

File tree

6 files changed

+6
-1
lines changed

6 files changed

+6
-1
lines changed

contrib/dummy_seclabel/dummy_seclabel.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
#include "commands/seclabel.h"
1616
#include "miscadmin.h"
17+
#include "utils/rel.h"
1718

1819
PG_MODULE_MAGIC;
1920

src/backend/catalog/pg_collation.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
#include "mb/pg_wchar.h"
2727
#include "utils/builtins.h"
2828
#include "utils/fmgroids.h"
29+
#include "utils/rel.h"
2930
#include "utils/syscache.h"
3031
#include "utils/tqual.h"
3132

src/backend/commands/collationcmds.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
#include "utils/builtins.h"
3232
#include "utils/lsyscache.h"
3333
#include "utils/pg_locale.h"
34+
#include "utils/rel.h"
3435
#include "utils/syscache.h"
3536

3637
static void AlterCollationOwner_internal(Relation rel, Oid collationOid,

src/backend/commands/comment.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
#include "miscadmin.h"
2626
#include "utils/builtins.h"
2727
#include "utils/fmgroids.h"
28+
#include "utils/rel.h"
2829
#include "utils/tqual.h"
2930

3031

src/backend/commands/seclabel.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#include "utils/fmgroids.h"
2424
#include "utils/lsyscache.h"
2525
#include "utils/memutils.h"
26+
#include "utils/rel.h"
2627
#include "utils/tqual.h"
2728

2829
typedef struct

src/include/catalog/objectaddress.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
#include "nodes/parsenodes.h"
1717
#include "storage/lock.h"
18-
#include "utils/rel.h"
18+
#include "utils/relcache.h"
1919

2020
/*
2121
* An ObjectAddress represents a database object of any type.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy