$OpenBSD: patch-sql_pgq_lowlevel_insert_event_c,v 1.1 2021/02/09 20:04:36 jeremy Exp $

Work with PostgreSQL 13+.

Index: sql/pgq/lowlevel/insert_event.c
--- sql/pgq/lowlevel/insert_event.c.orig
+++ sql/pgq/lowlevel/insert_event.c
@@ -21,6 +21,7 @@
 
 #include "catalog/pg_type.h"
 #include "commands/trigger.h"
+#include "common/hashfn.h"
 #include "executor/spi.h"
 #include "lib/stringinfo.h"
 #include "utils/builtins.h"
