From 0b2f41d82ab964a7adbff1d1d0d250e0c10ef319 Mon Sep 17 00:00:00 2001 From: Yugo Nagata Date: Tue, 3 May 2022 03:19:58 +0900 Subject: [PATCH] Fix a header gurad macro --- pg_ivm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pg_ivm.h b/pg_ivm.h index cbbe535..0d3856e 100644 --- a/pg_ivm.h +++ b/pg_ivm.h @@ -10,7 +10,7 @@ */ #ifndef _PG_IVM_H_ -#define PG_IVM_H_ +#define _PG_IVM_H_ #include "catalog/objectaddress.h" #include "fmgr.h"