Do not define type for a property graph
Peter Eisentraut <peter@eisentraut.org>
Author:
Peter Eisentraut <peter@eisentraut.org>
Date: 2026-05-04T13:45:56Z
Releases:
19 (unreleased)
Do not define type for a property graph Even though a property graph is defined in pg_class it does not contain any rows by itself and need not have a type defined. Avoid creating a type for it. Author: Ashutosh Bapat <ashutosh.bapat.oss@gmail.com> Discussion: https://www.postgresql.org/message-id/flat/CAExHW5ucu7ZTgYkO6rB_1ShJP3e%3DGAT2T3CP4XWN8rUVEsiJoA%40mail.gmail.com
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/catalog/heap.c | modified | +4 −2 |
| src/include/catalog/catversion.h | modified | +1 −1 |
| src/test/regress/expected/create_property_graph.out | modified | +25 −28 |
Discussion
- Type of property graph 2 messages · 2026-04-30 → 2026-05-04