pgsql: Fix a couple of typos

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix a couple of typos
Date: 2023-03-21 23:50:22
Message-ID: E1pelkD-004jfa-Oy@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix a couple of typos

PL/pgSQL was misspelled in a few places, so fix these.

Author: Zhang Mingli
Reviewed-by: Richard Guo
Discussion: https://postgr.es/m/1bd41572-9cd9-465e-9f59-ee45385e51b4@Spark

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/88199b9d5fda605360ac903dd9d3de0ca36f0b8c

Modified Files
--------------
src/pl/plpython/expected/plpython_ereport.out | 2 +-
src/pl/plpython/sql/plpython_ereport.sql | 2 +-
src/test/modules/test_pg_dump/t/001_base.pl | 6 +++---
3 files changed, 5 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2023-03-22 09:33:47 pgsql: doc: Add description of some missing monitoring functions
Previous Message Jeff Davis 2023-03-21 23:12:46 pgsql: Support language tags in older ICU versions (53 and earlier).