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