projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0284bf
)
Remove outdated include
author
John Naylor
Fri, 4 Nov 2022 00:50:57 +0000
(07:50 +0700)
committer
John Naylor
Fri, 4 Nov 2022 00:50:57 +0000
(07:50 +0700)
In the wake of
bfb9dfd93
, there are no longer any stat() calls in
guc-file.l, but the work leading to
dac048f71
did not get the memo.
Noted by Michael Paquier
Discussion: https://www.postgresql.org/message-id/Y2OosGi1Xh9x/lEn%40paquier.xyz
src/backend/utils/misc/guc-file.l
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/misc/guc-file.l
b/src/backend/utils/misc/guc-file.l
index caa9c902b9f008920220d24926cb047a710b753b..2aa48ec9697cc7a276082d634bd19d249c407873 100644
(file)
--- a/
src/backend/utils/misc/guc-file.l
+++ b/
src/backend/utils/misc/guc-file.l
@@
-10,7
+10,6
@@
#include "postgres.h"
#include
-#include
#include
#include "common/file_utils.h"