pgsql: Fix typos and grammar in graph table rewrite code

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typos and grammar in graph table rewrite code
Date: 2026-04-24 06:32:19
Message-ID: E1wGA5K-002Sze-25@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typos and grammar in graph table rewrite code

Reported-by: Lakshmi N <lakshmin(dot)jhs(at)gmail(dot)com>
Author: Lakshmi N <lakshmin(dot)jhs(at)gmail(dot)com>
Author: Ashutosh Bapat <ashutosh(dot)bapat(dot)oss(at)gmail(dot)com>
Discussion: https://www.postgresql.org/message-id/CA+3i_M9gpUGjH-BkJk=UFjK16jq9fEQHpmZ1cxpJO+xM4hWC+A@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9082680c34e987d51f84c217e1dbd140d4a4517b

Modified Files
--------------
src/backend/commands/propgraphcmds.c | 12 ++++++------
src/backend/rewrite/rewriteGraphTable.c | 14 +++++++-------
2 files changed, 13 insertions(+), 13 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2026-04-24 06:49:16 pgsql: Fix collation of expressions in GRAPH_TABLE COLUMNS clause
Previous Message Peter Eisentraut 2026-04-24 06:23:23 pgsql: Check for stack overflow when rewriting graph queries