projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05d4cbf
)
Include common/relpath.h in utils/relfilenumbermap.h
author
Robert Haas
<rhaas@postgresql.org>
Tue, 27 Sep 2022 17:34:23 +0000
(13:34 -0400)
committer
Robert Haas
<rhaas@postgresql.org>
Tue, 27 Sep 2022 17:35:20 +0000
(13:35 -0400)
Buildfarm member crake ran headerscheck, which complained about
a missing include here.
Defect introduced by commit
2f47715cc8649f854b1df28dfc338af9801db217
.
src/include/utils/relfilenumbermap.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/utils/relfilenumbermap.h
b/src/include/utils/relfilenumbermap.h
index c149a937e92ab4023f075bc783d6398ada10d5d4..fa0474a54d74fd6634e84382ae864f8a8a081f01 100644
(file)
--- a/
src/include/utils/relfilenumbermap.h
+++ b/
src/include/utils/relfilenumbermap.h
@@
-13,6
+13,8
@@
#ifndef RELFILENUMBERMAP_H
#define RELFILENUMBERMAP_H
+#include "common/relpath.h"
+
extern Oid RelidByRelfilenumber(Oid reltablespace,
RelFileNumber relfilenumber);