diff options
author | John Naylor <john.naylor@postgresql.org> | 2022-11-04 07:50:57 +0700 |
---|---|---|
committer | John Naylor <john.naylor@postgresql.org> | 2022-11-04 07:50:57 +0700 |
commit | 233cf6e8adfc61c6987d4fa22ded551a8246f8fc (patch) | |
tree | 43a729787a1e20fbccbba6c4dcbe4525f926a1bf /src | |
parent | b0284bfb1db5f71778f123754f2eab362b198993 (diff) | |
download | postgresql-233cf6e8adfc61c6987d4fa22ded551a8246f8fc.tar.gz postgresql-233cf6e8adfc61c6987d4fa22ded551a8246f8fc.zip |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/utils/misc/guc-file.l | 1 |
1 files changed, 0 insertions, 1 deletions
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 <ctype.h> -#include <sys/stat.h> #include <unistd.h> #include "common/file_utils.h" |