Uploaded image for project: 'Apache AGE'
  1. Apache AGE
  2. AGE2-337

[Apache AGE] INSERT INTO tbl (SELECT...) crashes

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Done
    • Major
    • Resolution: Done
    • 0.5.0, 0.6.0
    • 0.5.0, 0.6.0
    • Apache AGE 0.5.0

    Description

      Came across the following crash -

      psql-11.5-5432-pgsql=# drop extension age cascade; create extension age; load 'age'; set search_path TO ag_catalog;
      ERROR:  extension "age" does not exist
      CREATE EXTENSION
      LOAD
      SET
      psql-11.5-5432-pgsql=# SELECT create_graph('G');
      NOTICE:  graph "G" has been created
       create_graph
      --------------
      (1 row)
      psql-11.5-5432-pgsql=# CREATE TABLE start_and_end_points (start_vertex agtype, end_vertex agtype);
      CREATE TABLE
      psql-11.5-5432-pgsql=# insert into start_and_end_points (SELECT * FROM cypher('G', $$CREATE (b)-[:knows]->(e) return b, e $$) AS (b agtype, e agtype));
      server closed the connection unexpectedly
              This probably means the server terminated abnormally
              before or while processing the request.
      The connection to the server was lost. Attempting reset: Failed.
      !>
      

      Attachments

        Activity

          People

            jgemignani John Gemignani
            jgemignani John Gemignani
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - 336h
                336h
                Remaining:
                Remaining Estimate - 336h
                336h
                Logged:
                Time Spent - Not Specified
                Not Specified