| From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Do not define type for a property graph |
| Date: | 2026-05-04 13:51:58 |
| Message-ID: | E1wJtiI-000Kjp-3A@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
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(dot)bapat(dot)oss(at)gmail(dot)com>
Discussion: https://www.postgresql.org/message-id/flat/CAExHW5ucu7ZTgYkO6rB_1ShJP3e%3DGAT2T3CP4XWN8rUVEsiJoA%40mail.gmail.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/891a57c73945c0dcf942810f604bbd90d724b9ed
Modified Files
--------------
src/backend/catalog/heap.c | 6 ++-
src/include/catalog/catversion.h | 2 +-
.../regress/expected/create_property_graph.out | 53 ++++++++++------------
3 files changed, 30 insertions(+), 31 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2026-05-04 15:39:17 | pgsql: Handle nodes that may appear in GraphPattern expression trees |
| Previous Message | Amul Sul | 2026-05-04 11:16:24 | Re: pgsql: pg_verifybackup: Enable WAL parsing for tar-format backups |