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