pgsql: doc: restore intentional typo

From: Andrew Gierth <rhodiumtoad(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: restore intentional typo
Date: 2020-04-11 07:15:34
Message-ID: E1jNAMY-0005PM-Cv@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: restore intentional typo

Commit ac8623760 "fixed" a typo in an example of what would happen in
the event of a typo. Restore the original typo and add a comment about
its intentionality. Backpatch to 12 where the error was introduced.

Per report from irc user Nicolás Alvarez.

Branch
------
REL_12_STABLE

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2020-04-11 07:53:54 pgsql: Fix relcache reference leak
Previous Message Peter Geoghegan 2020-04-11 00:45:02 pgsql: Add contrib/amcheck debug message.