From 233cf6e8adfc61c6987d4fa22ded551a8246f8fc Mon Sep 17 00:00:00 2001 From: John Naylor Date: Fri, 4 Nov 2022 07:50:57 +0700 Subject: [PATCH] Remove outdated include 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 | 1 - 1 file changed, 1 deletion(-) diff --git a/src/backend/utils/misc/guc-file.l b/src/backend/utils/misc/guc-file.l index caa9c902b9f..2aa48ec9697 100644 --- 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"