This is an automated email from the ASF dual-hosted git repository.

jgemignani pushed a commit to branch PG15
in repository https://gitbox.apache.org/repos/asf/age.git

commit 75e3db6552ab2286afeeebe037b0d9e4b6c76f80
Author: Rafsun Masud <[email protected]>
AuthorDate: Mon Nov 6 10:16:39 2023 -0800

    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 ff9dbbcd..1b158c21 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"

Reply via email to