This is an automated email from the ASF dual-hosted git repository.
dehowef pushed a commit to branch PG11
in repository https://gitbox.apache.org/repos/asf/age.git
The following commit(s) were added to refs/heads/PG11 by this push:
new 8ef56c36 Hotfix for DockerHub on PG11 (#1355)
8ef56c36 is described below
commit 8ef56c3644a7dfb3bb7fcfd64fee55e2941cf850
Author: John Gemignani <[email protected]>
AuthorDate: Fri Nov 3 17:32:32 2023 -0700
Hotfix for DockerHub on PG11 (#1355)
PR 1353 applied a change that added an additional header file. This
caused the build on DockerHub to fail.
---
src/backend/utils/adt/age_global_graph.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/backend/utils/adt/age_global_graph.c
b/src/backend/utils/adt/age_global_graph.c
index 0da5119e..b906d539 100644
--- a/src/backend/utils/adt/age_global_graph.c
+++ b/src/backend/utils/adt/age_global_graph.c
@@ -20,7 +20,6 @@
#include "postgres.h"
#include "catalog/namespace.h"
-#include "commands/label_commands.h"
#include "utils/datum.h"
#include "utils/lsyscache.h"
#include "utils/memutils.h"