pgsql: Include common/relpath.h in utils/relfilenumbermap.h

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Include common/relpath.h in utils/relfilenumbermap.h
Date: 2022-09-27 17:42:21
Message-ID: E1odEb6-002HAD-Iy@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8caf96de0b7b4ad5beb02b36a158196520c035a7

Modified Files
--------------
src/include/utils/relfilenumbermap.h | 2 ++
1 file changed, 2 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Justin Pryzby 2022-09-27 18:51:21 Re: pgsql: Increase width of RelFileNumbers from 32 bits to 56 bits.
Previous Message Robert Haas 2022-09-27 17:32:35 pgsql: Increase width of RelFileNumbers from 32 bits to 56 bits.