pgsql: Fix some typos and grammar issues from commit 87985cc92522

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix some typos and grammar issues from commit 87985cc92522
Date: 2024-03-27 09:47:56
Message-ID: E1rpPsx-005umt-Ok@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix some typos and grammar issues from commit 87985cc92522

Reported-by: Alexander Lakhin

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/818861eb578663a0d4d8d7dc4e18c96a148b3c75

Modified Files
--------------
src/backend/access/heap/heapam.c | 2 +-
src/backend/commands/trigger.c | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Dean Rasheed 2024-03-27 10:15:07 pgsql: Add functions to generate random numbers in a specified range.
Previous Message Amit Kapila 2024-03-27 08:53:33 pgsql: Fix random failure in 004_subscription.