From: Andres Freund Date: Mon, 15 Mar 2021 14:49:08 -0700 Subject: [PATCH v1 01/21] pgstat.h doesn't need hsearch.h --- src/include/pgstat.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/include/pgstat.h b/src/include/pgstat.h index be43c048028..5ce86ba9ae8 100644 --- a/src/include/pgstat.h +++ b/src/include/pgstat.h @@ -18,7 +18,6 @@ #include "portability/instr_time.h" #include "postmaster/pgarch.h" #include "storage/proc.h" -#include "utils/hsearch.h" #include "utils/relcache.h" -- 2.29.2.540.g3cf59784d4 --wilmz2upy33z66yr Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v1-0002-WIP-Split-wait-event-reporting-into-its-own-heade.patch"