Thread

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Do not define type for a property graph

  1. Type of property graph

    Ashutosh Bapat <ashutosh.bapat.oss@gmail.com> — 2026-04-30T12:29:50Z

    Hi Peter,
    We create a pg_type entry for a property graph, but it's not used
    anywhere and it doesn't make sense to create a type for a property
    graph which doesn't hold any rows or can be associated with a specific
    result type. We have other pg_class entries which do not have a type
    associated with them. I think we should do the same for property graph
    as well. Here's patch with that change. It doesn't show any failure in
    make check as well.
    
    -- 
    Best Wishes,
    Ashutosh Bapat
    
  2. Re: Type of property graph

    Peter Eisentraut <peter@eisentraut.org> — 2026-05-04T13:52:05Z

    On 30.04.26 14:29, Ashutosh Bapat wrote:
    > We create a pg_type entry for a property graph, but it's not used
    > anywhere and it doesn't make sense to create a type for a property
    > graph which doesn't hold any rows or can be associated with a specific
    > result type. We have other pg_class entries which do not have a type
    > associated with them. I think we should do the same for property graph
    > as well. Here's patch with that change. It doesn't show any failure in
    > make check as well.
    
    Agreed, committed.  I included a catversion bump.