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

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


The following commit(s) were added to refs/heads/PG11 by this push:
     new ee042a1e Fix typo in agtype_raw.h header guard (#1364)
ee042a1e is described below

commit ee042a1e9db948346beda670e237ff29313abecf
Author: Rafsun Masud <[email protected]>
AuthorDate: Mon Nov 6 09:49:54 2023 -0800

    Fix typo in agtype_raw.h header guard (#1364)
    
    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