1
0
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:
Robert Haas 2022-09-27 13:34:23 -04:00
parent 05d4cbf9b6
commit 8caf96de0b

View File

@ -13,6 +13,8 @@
#ifndef RELFILENUMBERMAP_H
#define RELFILENUMBERMAP_H
#include "common/relpath.h"
extern Oid RelidByRelfilenumber(Oid reltablespace,
RelFileNumber relfilenumber);