pgsql: Make spelling consistent

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Make spelling consistent
Date: 2026-05-05 07:42:38
Message-ID: E1wKAQQ-000Qfo-0Y@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make spelling consistent

"vertexes" -> "vertices"

Reported-by: Ayush Tiwari <ayushtiwari(dot)slg01(at)gmail(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Álvaro Herrera 2026-05-05 08:27:49 pgsql: Don't lose column values on REPACK
Previous Message Richard Guo 2026-05-05 01:35:22 pgsql: Consider collation when proving uniqueness from unique indexes