pgsql: Remove bogus #include added by d4e71df6d75.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove bogus #include added by d4e71df6d75.
Date: 2023-04-25 22:45:38
Message-ID: E1prRPl-004ujr-6R@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)ntt(at)gmail(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2023-04-25 23:37:55 Re: could not extend file "base/5/3501" with FileFallocate(): Interrupted system call
Previous Message Michael Paquier 2023-04-25 22:32:23 pgsql: Re-add tracking of wait event SLRUFlushSync