CapnSpek commented on issue #1062:
URL: https://github.com/apache/age/issues/1062#issuecomment-1644820045

   I have created a Pull Request regarding updates to agtype.out 
https://github.com/rafsun42/age/pull/1
   It is mainly about changing the ids and some delete messages.
   The new ids are assigned in sequential order of creation of the vertices in 
a graph, and the tests have been updated to reflect the same.
   
   Other than that some delete messages have been added and changed as per the 
new changes.
   For example
   ```
   NOTICE:  drop cascades to 3 other objects
   DETAIL:  drop cascades to table orderability_graph._ag_label_vertex
   ```
   Becomes
   ```
   NOTICE:  drop cascades to 5 other objects
   DETAIL:  drop cascades to sequence orderability_graph.vertex_id_seq
   drop cascades to table orderability_graph._ag_label_vertex
   drop cascades to sequence orderability_graph.edge_id_seq
   ```
   
   And
   ```
   NOTICE:  drop cascades to 2 other objects
   DETAIL:  drop cascades to table agtype_null_duplicate_test._ag_label_vertex
   ```
   Becomes
   ```
   NOTICE:  drop cascades to 4 other objects
   DETAIL:  drop cascades to sequence agtype_null_duplicate_test.vertex_id_seq
   drop cascades to table agtype_null_duplicate_test._ag_label_vertex
   drop cascades to sequence agtype_null_duplicate_test.edge_id_seq
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to