From ecc37bce6f1a278f0e37c8215c6e01dfd216f2dc Mon Sep 17 00:00:00 2001 From: Rafsun Masud Date: Mon, 6 Nov 2023 10:16:39 -0800 Subject: [PATCH] Fix typo in agtype_raw.h header guard (#1368) Header guard AG_AGTYPE_RAW_H was misspelled AG_AGTYPE_RAw_H --- src/include/utils/agtype_raw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/utils/agtype_raw.h b/src/include/utils/agtype_raw.h index ff9dbbcd1..1b158c212 100644 --- a/src/include/utils/agtype_raw.h +++ b/src/include/utils/agtype_raw.h @@ -23,7 +23,7 @@ */ #ifndef AG_AGTYPE_RAW_H -#define AG_AGTYPE_RAw_H +#define AG_AGTYPE_RAW_H #include "postgres.h" #include "utils/agtype.h"