pgsql: doc: Fix incorrectly spelled structname

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Fix incorrectly spelled structname
Date: 2024-05-02 08:44:02
Message-ID: E1s2S2r-0017jr-IH@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Fix incorrectly spelled structname

Commit 61461a300c1 accidentally misspelled the PGcancelConn struct
using the PQ prefix (which admittedly is a very easy typo to make).
Reported off-list.

Reported-by: Alexander Lakhin <exclusion(at)gmail(dot)com>

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/libpq.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2024-05-02 08:55:05 pgsql: Disallow NO INHERIT not-null constraints on partitioned tables
Previous Message Peter Eisentraut 2024-05-02 07:34:34 Re: pgsql: Support C.UTF-8 locale in the new builtin collation provider.