Re: [PATCH] Clean up property graph error messages

From: Ayush Tiwari <ayushtiwari(dot)slg01(at)gmail(dot)com>
To: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>, Peter Eisentraut <peter(at)eisentraut(dot)org>, Ashutosh Bapat <ashutosh(dot)bapat(dot)oss(at)gmail(dot)com>
Subject: Re: [PATCH] Clean up property graph error messages
Date: 2026-05-06 06:23:38
Message-ID: CAJTYsWVshTGyFRCMKnjiRgCnky1FB9vD-mjBHYGWDXppSdO0jQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On Tue, 5 May 2026 at 08:20, Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com> wrote:

>
> So, v1 LGTM. Only thing is that I think we can also make “mismatching” to
> “mismatched” in the errmsg.
>
>
I agree that "mismatched property names" reads better, so I have updated
that in v2. I did not include the vertexes/vertices change here, since
Peter has already fixed that separately.

Regards,
Ayush

Attachment Content-Type Size
v2-0001-Clean-up-property-graph-error-messages.patch application/octet-stream 5.6 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jim Jones 2026-05-06 06:33:29 Re: VACUUM FULL, CLUSTER, and REPACK block on other sessions' temp tables
Previous Message Soumya S Murali 2026-05-06 05:54:44 Re: [PATCH] Add pg_get_trigger_ddl() to retrieve the CREATE TRIGGER statement