pgsql: doc: Add missing parenthesis to keycombo - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: doc: Add missing parenthesis to keycombo
Date
Msg-id E1oNu6D-0011Vr-FM@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Add missing parenthesis to keycombo

The SIGINT keycombo for the pg_waldump stats emission was lacking a
closing parenthesis.  Backpatch to 15 where this feature was added.

Discussion: https://postgr.es/m/EC39E60E-C8B6-4CDF-8BFA-E4D140446B41@yesql.se
Backpatch-through: 15

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6cbed0ec791f3829d0e2092fd4c36d493ae75a50

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


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Fix replica identity check for a partitioned table.
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: doc: Add missing parenthesis to keycombo