pgsql: Fix failure of xlogprefetch.h to include all prerequisite header

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix failure of xlogprefetch.h to include all prerequisite header
Date: 2021-04-10 17:16:16
Message-ID: E1lVHDU-0002az-76@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix failure of xlogprefetch.h to include all prerequisite headers.

Per cpluspluscheck.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/99964c4ade468c35a3f6e248a2380a1ff67d9cd3

Modified Files
--------------
src/include/access/xlogprefetch.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2021-04-10 17:45:15 pgsql: Improve behavior of date_bin with origin in the future
Previous Message Tom Lane 2021-04-10 16:08:34 pgsql: Doc: update documentation of check_function_bodies.