Skip to content

Commit 828e93a

Browse files
committed
Remove bogus #include added by d4e71df.
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
1 parent 84cc142 commit 828e93a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/include/storage/smgr.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
#include "lib/ilist.h"
1818
#include "storage/block.h"
1919
#include "storage/relfilelocator.h"
20-
#include "utils/guc.h"
2120

2221
/*
2322
* smgr.c maintains a table of SMgrRelation objects, which are essentially

0 commit comments

Comments
 (0)