pgsql: Fix description of WAL record XLOG_PARAMETER_CHANGE - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix description of WAL record XLOG_PARAMETER_CHANGE
Date
Msg-id E1gtPQ6-0000cV-4r@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix description of WAL record XLOG_PARAMETER_CHANGE

max_wal_senders and max_worker_processes got reversed in the output
generated because of ea92368.

Reported-by: Kevin Hale Boyes
Discussion: https://postgr.es/m/CADAecHVAD4=26KAx4nj5DBvxqqvJkuwsy+riiiNhQqwnZg2K8Q@mail.gmail.com

Branch
------
master

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

Modified Files
--------------
src/backend/access/rmgrdesc/xlogdesc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: pgsql: Allow some recovery parameters to be changed with reload
Next
From: Tom Lane
Date:
Subject: pgsql: Fix erroneous error reports in snapbuild.c.