mirror of
https://github.com/postgres/postgres.git
synced 2025-07-15 19:21:59 +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 2f47715cc8
.
This commit is contained in:
@ -13,6 +13,8 @@
|
||||
#ifndef RELFILENUMBERMAP_H
|
||||
#define RELFILENUMBERMAP_H
|
||||
|
||||
#include "common/relpath.h"
|
||||
|
||||
extern Oid RelidByRelfilenumber(Oid reltablespace,
|
||||
RelFileNumber relfilenumber);
|
||||
|
||||
|
Reference in New Issue
Block a user