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-0005PL-CU@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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8a47b775a16fb4f1e154c0f319a030498e123164

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.