pgsql: Remove bogus #include added by d4e71df6d75. - Mailing list pgsql-committers

From Thomas Munro
Subject pgsql: Remove bogus #include added by d4e71df6d75.
Date
Msg-id E1prRPl-004ujr-6R@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove bogus #include added by d4e71df6d75.

The recently added inclusion of guc.h in smgr.h is not necessary and
introduces more server-related stuff. Removing the directive helps
avoid potential issues with including sgmr.h in frontends.

Author: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Discussion: https://postgr.es/m/20230425.115748.2130383825066921512.horikyota.ntt%40gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/828e93a6f2dbf4bc7a24bc3ce166c34879eeb8b1

Modified Files
--------------
src/include/storage/smgr.h | 1 -
1 file changed, 1 deletion(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Re-add tracking of wait event SLRUFlushSync
Next
From: Peter Eisentraut
Date:
Subject: Re: pgsql: Refactor background psql TAP functions