pgsql: Make spelling consistent - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Make spelling consistent
Date
Msg-id E1wKAQQ-000Qfo-0Y@gemulon.postgresql.org
Whole thread
List pgsql-committers
Make spelling consistent

"vertexes" -> "vertices"

Reported-by: Ayush Tiwari <ayushtiwari.slg01@gmail.com>
Discussion:
https://www.postgresql.org/message-id/flat/CAJTYsWXFy1j_T82%2BM_S9kFxU414tQYnZQD-b82%3DoL_LbG_5fPQ%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d0eac3cafb0130b6da1eff03f2fd3afc448801c8

Modified Files
--------------
src/backend/commands/propgraphcmds.c      |  4 ++--
src/backend/rewrite/rewriteGraphTable.c   | 12 ++++++------
src/test/regress/expected/graph_table.out |  6 +++---
src/test/regress/sql/graph_table.sql      |  4 ++--
4 files changed, 13 insertions(+), 13 deletions(-)


pgsql-committers by date:

Previous
From: Richard Guo
Date:
Subject: pgsql: Consider collation when proving subquery uniqueness
Next
From: Álvaro Herrera
Date:
Subject: pgsql: Don't lose column values on REPACK