mirror of
https://github.com/postgres/postgres.git
synced 2025-05-28 05:21:27 +03:00
Include common/relpath.h in utils/relfilenumbermap.h
Buildfarm member crake ran headerscheck, which complained about a missing include here. Defect introduced by commit 2f47715cc8649f854b1df28dfc338af9801db217.
This commit is contained in:
parent
05d4cbf9b6
commit
8caf96de0b
@ -13,6 +13,8 @@
|
||||
#ifndef RELFILENUMBERMAP_H
|
||||
#define RELFILENUMBERMAP_H
|
||||
|
||||
#include "common/relpath.h"
|
||||
|
||||
extern Oid RelidByRelfilenumber(Oid reltablespace,
|
||||
RelFileNumber relfilenumber);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user