This is an automated email from the ASF dual-hosted git repository.
jgemignani pushed a commit to branch PG14
in repository https://gitbox.apache.org/repos/asf/age.git
The following commit(s) were added to refs/heads/PG14 by this push:
new 35727bec Fix typo in agtype_raw.h header guard (#1367)
35727bec is described below
commit 35727becf150afcb87b0e1eea817714226858caf
Author: Rafsun Masud <[email protected]>
AuthorDate: Mon Nov 6 10:17:20 2023 -0800
Fix typo in agtype_raw.h header guard (#1367)
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"