pgsql: Fix header inclusion issue.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix header inclusion issue.
Date: 2019-02-12 03:37:38
Message-ID: E1gtOt8-0008N7-Bn@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix header inclusion issue.

partprune.h failed to compile by itself; needs to include partdefs.h.

I think I must've broken this in fa2cf164a, though I'd swear I ran
the appropriate tests when removing #includes. Anyway, it's very
sensible for this file to include partdefs.h, so let's just do that.

Per cpluspluscheck.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b07c695d9c34cccfa0138ca7f4c76547a24c74e1

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

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2019-02-12 03:38:53 Re: pgsql: Allow some recovery parameters to be changed with reload
Previous Message Michael Paquier 2019-02-12 03:03:53 pgsql: Clarify docs about limitations of constraint exclusion with part