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

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


The following commit(s) were added to refs/heads/master by this push:
     new 567d2b0  Remove incubating from ag_load
567d2b0 is described below

commit 567d2b0aada47c05dbd3845124209ed24960379f
Author: John Gemignani <[email protected]>
AuthorDate: Thu Oct 20 16:26:05 2022 -0700

    Remove incubating from ag_load
    
    Removed incubation from ag_load.
---
 src/include/utils/ag_load.h       | 6 +++---
 src/include/utils/load/age_load.h | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/include/utils/ag_load.h b/src/include/utils/ag_load.h
index 5e461ac..2c51dc2 100644
--- a/src/include/utils/ag_load.h
+++ b/src/include/utils/ag_load.h
@@ -17,8 +17,8 @@
  * under the License.
  */
 
-#ifndef INCUBATOR_AGE_AG_LOAD_H
-#define INCUBATOR_AGE_AG_LOAD_H
+#ifndef AGE_AG_LOAD_H
+#define AGE_AG_LOAD_H
 
 #include "postgres.h"
 
@@ -57,4 +57,4 @@
 #include "utils/graphid.h"
 
 
-#endif //INCUBATOR_AGE_AG_LOAD_H
+#endif //AGE_AG_LOAD_H
diff --git a/src/include/utils/load/age_load.h 
b/src/include/utils/load/age_load.h
index 9eeca36..8424fb4 100644
--- a/src/include/utils/load/age_load.h
+++ b/src/include/utils/load/age_load.h
@@ -54,8 +54,8 @@
 #include "utils/agtype.h"
 #include "utils/graphid.h"
 
-#ifndef INCUBATOR_AGE_ENTITY_CREATOR_H
-#define INCUBATOR_AGE_ENTITY_CREATOR_H
+#ifndef AGE_ENTITY_CREATOR_H
+#define AGE_ENTITY_CREATOR_H
 
 agtype* create_agtype_from_list(char **header, char **fields,
                                 size_t fields_len, int64 vertex_id);
@@ -67,4 +67,4 @@ void insert_edge_simple(Oid graph_id, char* label_name, 
graphid edge_id,
                         graphid start_id, graphid end_id,
                         agtype* end_properties);
 
-#endif //INCUBATOR_AGE_ENTITY_CREATOR_H
+#endif //AGE_ENTITY_CREATOR_H

Reply via email to