summaryrefslogtreecommitdiff
path: root/src/backend/catalog/index.c
diff options
context:
space:
mode:
authorPeter Eisentraut2023-08-24 06:26:13 +0000
committerPeter Eisentraut2023-09-26 06:56:41 +0000
commiteb36c6ac8478e664edebe8131ffa23c394e487cc (patch)
treeb32ad57f96fd2959794db89d3aee21a55640cf04 /src/backend/catalog/index.c
parente221c0befb1b23130d87c26a1a2479019b9d565d (diff)
Remove unused include
This was added in add5cf28d4 but was apparently never used. Discussion: https://www.postgresql.org/message-id/flat/[email protected]
Diffstat (limited to 'src/backend/catalog/index.c')
-rw-r--r--src/backend/catalog/index.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/backend/catalog/index.c b/src/backend/catalog/index.c
index 72f476b51de..716de171a45 100644
--- a/src/backend/catalog/index.c
+++ b/src/backend/catalog/index.c
@@ -74,7 +74,6 @@
#include "storage/procarray.h"
#include "storage/smgr.h"
#include "utils/builtins.h"
-#include "utils/datum.h"
#include "utils/fmgroids.h"
#include "utils/guc.h"
#include "utils/inval.h"