pgsql: Fix typos and grammar in graph table rewrite code - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Fix typos and grammar in graph table rewrite code
Date
Msg-id E1wGA5K-002Sze-25@gemulon.postgresql.org
Whole thread
List pgsql-committers
Fix typos and grammar in graph table rewrite code

Reported-by: Lakshmi N <lakshmin.jhs@gmail.com>
Author: Lakshmi N <lakshmin.jhs@gmail.com>
Author: Ashutosh Bapat <ashutosh.bapat.oss@gmail.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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Check for stack overflow when rewriting graph queries
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Fix collation of expressions in GRAPH_TABLE COLUMNS clause